summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorKei Masumoto <masumotok@nttdata.co.jp>2011-01-14 04:39:35 +0900
committerKei Masumoto <masumotok@nttdata.co.jp>2011-01-14 04:39:35 +0900
commit6bfcd0e63f247553207dcbfe2a3ad0d1403eec5a (patch)
tree936e1a9c175fba12c445f4ac17897793af3efb80 /setup.cfg
parentea28b3117b02bcfd26e4017e850313cf5272d354 (diff)
parentd7373358443bb64f72b65ee18e35b8d90518f011 (diff)
Fixed based on the comments from code review. Merged to trunk rev 561
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 14dcb5c8e..9c0a331e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,3 +8,17 @@ tag_build =
tag_date = 0
tag_svn_revision = 0
+[compile_catalog]
+directory = locale
+domain = nova
+
+[update_catalog]
+domain = nova
+output_dir = locale
+input_file = locale/nova.pot
+
+[extract_messages]
+keywords = _ l_ lazy_gettext
+mapping_file = babel.cfg
+output_file = locale/nova.pot
+