summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2011-01-10 11:26:38 -0800
committerMonty Taylor <mordred@inaugust.com>2011-01-10 11:26:38 -0800
commit00808c08c6935872ad8842ce093b515b68bdf3de (patch)
tree846aee7c2a5d24530a757723629ba80c79253719 /setup.cfg
parent4830cb5d8959c06fbe480481823bc922a2a59e3e (diff)
downloadnova-00808c08c6935872ad8842ce093b515b68bdf3de.tar.gz
nova-00808c08c6935872ad8842ce093b515b68bdf3de.tar.xz
nova-00808c08c6935872ad8842ce093b515b68bdf3de.zip
Added babel/gettext build support.
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
+