diff setup.cfg @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents 6b934c9607e7
children 5c734b99c4db
line wrap: on
line diff
--- a/setup.cfg	Wed Oct 06 03:04:14 2010 +0200
+++ b/setup.cfg	Wed Oct 06 03:18:16 2010 +0200
@@ -13,22 +13,22 @@
 
 # Babel configuration
 [compile_catalog]
-domain = pylons_app
-directory = pylons_app/i18n
+domain = rhodecode
+directory = rhodecode/i18n
 statistics = true
 
 [extract_messages]
 add_comments = TRANSLATORS:
-output_file = pylons_app/i18n/pylons_app.pot
+output_file = rhodecode/i18n/rhodecode.pot
 width = 80
 
 [init_catalog]
-domain = pylons_app
-input_file = pylons_app/i18n/pylons_app.pot
-output_dir = pylons_app/i18n
+domain = rhodecode
+input_file = rhodecode/i18n/rhodecode.pot
+output_dir = rhodecode/i18n
 
 [update_catalog]
-domain = pylons_app
-input_file = pylons_app/i18n/pylons_app.pot
-output_dir = pylons_app/i18n
+domain = rhodecode
+input_file = rhodecode/i18n/rhodecode.pot
+output_dir = rhodecode/i18n
 previous = true