summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTetiana Lashchova <tlashchova@mirantis.com>2014-11-28 19:05:53 +0200
committerTetiana Lashchova <tlashchova@mirantis.com>2014-12-10 12:11:48 +0200
commit802ed10fde0755641c0aa8b1dce40cb2a6a6c4f1 (patch)
tree3e724c298310c42d89d424371459881457f9de3f /setup.cfg
parent38e5fed6e76446210366588ca39c3204145a6578 (diff)
downloadpython-heatclient-802ed10fde0755641c0aa8b1dce40cb2a6a6c4f1.tar.gz
Initial setup for i18n support
Change-Id: Ifc912b31fe2f71d5267827321b8de0420ad62903 Partial-Bug: #1269930
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 cae92c4..3b001fe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,3 +41,17 @@ upload-dir = doc/build/html
[wheel]
universal = 1
+
+[extract_messages]
+keywords = _ gettext ngettext l_ lazy_gettext
+mapping_file = babel.cfg
+output_file = python-heatclient/locale/python-heatclient.pot
+
+[compile_catalog]
+directory = python-heatclient/locale
+domain = python-heatclient
+
+[update_catalog]
+domain = python-heatclient
+output_dir = python-heatclient/locale
+input_file = python-heatclient/locale/python-heatclient.pot