summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-06-01 11:51:29 +0200
committerAndreas Jaeger <aj@suse.de>2014-07-13 20:37:30 +0200
commit7a192987c0a5edb9e239ffb4aba3b1dac083b41e (patch)
treea6917d78b59a5742b20792722759be6a017f6f51 /setup.cfg
parent9fdd86bf440a9493a5d0535fe3048fb8e753e714 (diff)
downloadswift-7a192987c0a5edb9e239ffb4aba3b1dac083b41e.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 0c35d53f0..da668b242 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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