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:
parent
9e4ebd8806
commit
eb231943e6
16
setup.cfg
16
setup.cfg
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user