Merge "Setup trove for translation"

This commit is contained in:
Jenkins 2014-03-20 13:31:54 +00:00 committed by Gerrit Code Review
commit 463fafa399
3 changed files with 3482 additions and 0 deletions

2
babel.cfg Normal file
View File

@ -0,0 +1,2 @@
[python: **.py]

View File

@ -40,3 +40,17 @@ setup-hooks =
all_files = 1
build-dir = doc/build
source-dir = doc/source
[compile_catalog]
directory = trove/locale
domain = trove
[update_catalog]
domain = trove
output_dir = trove/locale
input_file = trove/locale/trove.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = trove/locale/trove.pot

3466
trove/locale/trove.pot Normal file

File diff suppressed because it is too large Load Diff