Merge "Setup for translation"
This commit is contained in:
1768
python-neutronclient/locale/python-neutronclient.pot
Normal file
1768
python-neutronclient/locale/python-neutronclient.pot
Normal file
File diff suppressed because it is too large
Load Diff
14
setup.cfg
14
setup.cfg
@@ -38,3 +38,17 @@ source-dir = doc/source
|
|||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
[extract_messages]
|
||||||
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
|
mapping_file = babel.cfg
|
||||||
|
output_file = python-neutronclient/locale/python-neutronclient.pot
|
||||||
|
|
||||||
|
[compile_catalog]
|
||||||
|
directory = python-neutronclient/locale
|
||||||
|
domain = python-neutronclient
|
||||||
|
|
||||||
|
[update_catalog]
|
||||||
|
domain = python-neutronclient
|
||||||
|
output_dir = python-neutronclient/locale
|
||||||
|
input_file = python-neutronclient/locale/python-neutronclient.pot
|
||||||
|
Reference in New Issue
Block a user