Mercurial > public > src > rhodecode
diff setup.py @ 1209:49032f99b4ab
Release 1.1.5 fixes:
removed pl (untranslated) language,
added message extractors for html and updated the pot file with all translatable strings
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Thu, 17 Mar 2011 02:41:11 +0100 |
parents | 93b980ebee55 |
children | 42e53ebb6288 |
line wrap: on
line diff
--- a/setup.py Thu Mar 17 01:13:48 2011 +0100 +++ b/setup.py Thu Mar 17 02:41:11 2011 +0100 @@ -90,6 +90,7 @@ message_extractors={'rhodecode': [ ('**.py', 'python', None), ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}), + ('templates/**.html', 'mako', {'input_encoding': 'utf-8'}), ('public/**', 'ignore', None)]}, zip_safe=False, paster_plugins=['PasteScript', 'Pylons'],