Allowing translations to come in

The setup.cfg is now supporting translations, because the locale
support is enabled.

Change-Id: I26a4750d0b42e77357b885a2bcebecc423235c06
This commit is contained in:
tengqm 2015-03-30 22:53:33 -04:00
parent 9e4ebd8806
commit eb231943e6

View File

@ -65,15 +65,15 @@ setup-hooks =
directory = senlin/locale
domain = senlin
#[update_catalog]
#domain = senlin
#output_dir = senlin/locale
#input_file = senlin/locale/senlin.pot
[update_catalog]
domain = senlin
output_dir = senlin/locale
input_file = senlin/locale/senlin.pot
#[extract_messages]
#keywords = _ gettext ngettext l_ lazy_gettext
#mapping_file = babel.cfg
#output_file = senlin/locale/senlin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = senlin/locale/senlin.pot
[build_sphinx]
all_files = 1