Merge "Remove remnants of babel i18n infrastructure"

This commit is contained in:
Jenkins 2011-12-06 20:47:08 +00:00 committed by Gerrit Code Review
commit 2b4ece610e
2 changed files with 0 additions and 25 deletions

View File

@ -7,18 +7,3 @@ source-dir = doc/source
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

View File

@ -59,16 +59,6 @@ except:
pass
try:
from babel.messages import frontend as babel
nova_cmdclass['compile_catalog'] = babel.compile_catalog
nova_cmdclass['extract_messages'] = babel.extract_messages
nova_cmdclass['init_catalog'] = babel.init_catalog
nova_cmdclass['update_catalog'] = babel.update_catalog
except:
pass
def find_data_files(destdir, srcdir):
package_data = []
files = []