Setup localization properly

To start translation of swift, we need to initially import the
translation file - and place it at the proper place so that
the usual CI scripts can handle it.

The proper place is for all python projects
$PROJECT/locale/$PROJECT.pot, so move locale/$PROJECT.pot to the new
location and regenerate the file.

Update setup.cfg with the new paths.

Further imports will be done by the OpenStack Proposal bot.

Change-Id: Ide4da91f2af71db529f4a06d6b1e30ba79883506
Partial-Bug: #608725
Closes-Bug: #1082805
This commit is contained in:
Andreas Jaeger 2014-06-01 11:51:29 +02:00
parent 9fdd86bf44
commit 7a192987c0
3 changed files with 1157 additions and 1032 deletions

File diff suppressed because it is too large Load Diff

View File

@ -112,12 +112,12 @@ domain = swift
[update_catalog]
domain = swift
output_dir = locale
input_file = locale/swift.pot
input_file = swift/locale/swift.pot
[extract_messages]
keywords = _ l_ lazy_gettext
mapping_file = babel.cfg
output_file = locale/swift.pot
output_file = swift/locale/swift.pot
[nosetests]
exe = 1

1155
swift/locale/swift.pot Normal file

File diff suppressed because it is too large Load Diff