summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Barton <michael.barton@rackspace.com>2011-01-27 00:01:24 +0000
committerMichael Barton <michael.barton@rackspace.com>2011-01-27 00:01:24 +0000
commit9fcb3ad4f645e0c1c6f264b8ccc9bc4c5a9ed339 (patch)
tree9ba50bf0aa600562b2bee16d1ca50091e2cf56b4 /setup.cfg
parentedb4e90ebb00146eb15d8e9453960bc247908dbb (diff)
downloadswift-9fcb3ad4f645e0c1c6f264b8ccc9bc4c5a9ed339.tar.gz
add pybabel setup.py commands and initial .pot
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 d53addcbf..50cfaf10f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,3 +7,17 @@ source-dir = doc/source
tag_build =
tag_date = 0
tag_svn_revision = 0
+
+[compile_catalog]
+directory = locale
+domain = swift
+
+[update_catalog]
+domain = swift
+output_dir = locale
+input_file = locale/swift.pot
+
+[extract_messages]
+keywords = _ l_ lazy_gettext
+mapping_file = babel.cfg
+output_file = locale/swift.pot