Merge "Enable i18n with Babel."
This commit is contained in:
commit
e612205ab8
1
babel.cfg
Normal file
1
babel.cfg
Normal file
@ -0,0 +1 @@
|
|||||||
|
[python: **.py]
|
2171
python-novaclient/locale/python-novaclient.pot
Normal file
2171
python-novaclient/locale/python-novaclient.pot
Normal file
File diff suppressed because it is too large
Load Diff
14
setup.cfg
14
setup.cfg
@ -36,6 +36,20 @@ all_files = 1
|
|||||||
[upload_sphinx]
|
[upload_sphinx]
|
||||||
upload-dir = doc/build/html
|
upload-dir = doc/build/html
|
||||||
|
|
||||||
|
[compile_catalog]
|
||||||
|
domain = python-novaclient
|
||||||
|
directory = python-novaclient/locale
|
||||||
|
|
||||||
|
[update_catalog]
|
||||||
|
domain = python-novaclient
|
||||||
|
output_dir = python-novaclient/locale
|
||||||
|
input_file = python-novaclient/locale/python-novaclient.pot
|
||||||
|
|
||||||
|
[extract_messages]
|
||||||
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
|
mapping_file = babel.cfg
|
||||||
|
output_file = python-novaclient/locale/python-novaclient.pot
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user