]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
BlueChips doesn't actually use Babel.
authorEvan Broder <broder@mit.edu>
Thu, 25 Feb 2010 05:19:51 +0000 (00:19 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 25 Feb 2010 05:19:51 +0000 (00:19 -0500)
setup.cfg
setup.py

index b9a2f5c4f7d73c952b26c1b7c7aeddaec6f678f9..3310e97d25509bb0f3420216673459e9bf76084b 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,25 +9,3 @@ find_links = http://www.pylonshq.com/download/
 with-pylons=test.ini
 cover-erase = true
 cover-package = bluechips
-
-# Babel configuration
-[compile_catalog]
-domain = bluechips
-directory = bluechips/i18n
-statistics = true
-
-[extract_messages]
-add_comments = TRANSLATORS:
-output_file = bluechips/i18n/bluechips.pot
-width = 80
-
-[init_catalog]
-domain = bluechips
-input_file = bluechips/i18n/bluechips.pot
-output_dir = bluechips/i18n
-
-[update_catalog]
-domain = bluechips
-input_file = bluechips/i18n/bluechips.pot
-output_dir = bluechips/i18n
-previous = true
index b645da77ece589378a9c75908327bdb3b01d82d5..72cad06b950d8a1fe418141d75b50b27039c88b7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,11 +24,6 @@ setup(
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',
-    package_data={'bluechips': ['i18n/*/LC_MESSAGES/*.mo']},
-    #message_extractors = {'bluechips': [
-    #        ('**.py', 'python', None),
-    #        ('templates/**.mako', 'mako', None),
-    #        ('public/**', 'ignore', None)]},
     zip_safe=False,
     paster_plugins=['PasteScript', 'Pylons'],
     entry_points="""