summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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 3178fe44..e97bbd2a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -320,3 +320,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