Remove unused Babel setup
We don't need the translation settings in setup.cfg anymore, remove them - and remove babel.cfg. Add Python 3.8 to setup.cfg. Change-Id: Ia912d1d3ee2e2f95cbd56984a32d1153d758977c
This commit is contained in:
parent
f0c5a38fcb
commit
7a00abb676
@ -1,2 +0,0 @@
|
|||||||
[python: **.py]
|
|
||||||
|
|
@ -16,23 +16,10 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
{{ cookiecutter.module_name }}
|
{{ cookiecutter.module_name }}
|
||||||
|
|
||||||
[compile_catalog]
|
|
||||||
directory = {{cookiecutter.module_name}}/locale
|
|
||||||
domain = {{cookiecutter.module_name}}
|
|
||||||
|
|
||||||
[update_catalog]
|
|
||||||
domain = {{cookiecutter.module_name}}
|
|
||||||
output_dir = {{cookiecutter.module_name}}/locale
|
|
||||||
input_file = {{cookiecutter.module_name}}/locale/{{cookiecutter.module_name}}.pot
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = {{cookiecutter.module_name}}/locale/{{cookiecutter.module_name}}.pot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user