Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
BlueChips doesn't actually use Babel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroder committed Feb 25, 2010
1 parent 94a556a commit 036034d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
22 changes: 0 additions & 22 deletions setup.cfg
Expand Up @@ -9,25 +9,3 @@ find_links = http://www.pylonshq.com/download/
with-pylons=test.ini with-pylons=test.ini
cover-erase = true cover-erase = true
cover-package = bluechips 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
5 changes: 0 additions & 5 deletions setup.py
Expand Up @@ -24,11 +24,6 @@
packages=find_packages(exclude=['ez_setup']), packages=find_packages(exclude=['ez_setup']),
include_package_data=True, include_package_data=True,
test_suite='nose.collector', 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, zip_safe=False,
paster_plugins=['PasteScript', 'Pylons'], paster_plugins=['PasteScript', 'Pylons'],
entry_points=""" entry_points="""
Expand Down

0 comments on commit 036034d

Please sign in to comment.