summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-12 07:20:09 +0000
committerGerrit Code Review <review@openstack.org>2014-10-12 07:20:09 +0000
commit5fcd462ead107b9aec80819ef07291bcda537573 (patch)
tree619b4764ab6b112320661965f1a665ac8d4459cf /setup.cfg
parentc39867f9800f163134a3097b5315f3c048c08128 (diff)
parentb61db3eb725d19d991c9eac39546c2a6dbc6ffbd (diff)
downloadpython-openstackclient-5fcd462ead107b9aec80819ef07291bcda537573.tar.gz
Merge "Add translation markers for user v2 actions"
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dc85967f..a3731063 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -332,3 +332,17 @@ upload-dir = doc/build/html
[wheel]
universal = 1
+
+[extract_messages]
+keywords = _ gettext ngettext l_ lazy_gettext
+mapping_file = babel.cfg
+output_file = python-openstackclient/locale/python-openstackclient.pot
+
+[update_catalog]
+domain = python-openstackclient
+output_dir = python-openstackclient/locale
+input_file = python-openstackclient/locale/python-openstackclient.pot
+
+[compile_catalog]
+directory = python-openstackclient/locale
+domain = python-openstackclient