add pybabel setup.py commands and initial .pot
This commit is contained in:
14
setup.cfg
14
setup.cfg
@@ -7,3 +7,17 @@ source-dir = doc/source
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
[compile_catalog]
|
||||
directory = locale
|
||||
domain = swift
|
||||
|
||||
[update_catalog]
|
||||
domain = swift
|
||||
output_dir = locale
|
||||
input_file = locale/swift.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = locale/swift.pot
|
||||
|
||||
Reference in New Issue
Block a user