forked from jan/debianmemberportfolio
Update meta information and documentation
This commit is contained in:
parent
c9ae85c2c1
commit
0df84e586f
10 changed files with 105 additions and 121 deletions
19
setup.cfg
19
setup.cfg
|
|
@ -12,29 +12,28 @@ doc-dir=docs/html
|
|||
make-dirs=1
|
||||
|
||||
[nosetests]
|
||||
with-pylons = test.ini
|
||||
cover-package = debianmemberportfolio
|
||||
|
||||
# Babel configuration
|
||||
[compile_catalog]
|
||||
domain = debianmemberportfolio
|
||||
directory = debianmemberportfolio/i18n
|
||||
domain = messages
|
||||
directory = debianmemberportfolio/translations
|
||||
statistics = true
|
||||
|
||||
[extract_messages]
|
||||
charset = UTF-8
|
||||
add_comments = TRANSLATORS:
|
||||
output_file = debianmemberportfolio/i18n/debianmemberportfolio.pot
|
||||
output_file = messages.pot
|
||||
width = 80
|
||||
msgid_bugs_address = jan@dittberner.info
|
||||
|
||||
[init_catalog]
|
||||
domain = debianmemberportfolio
|
||||
input_file = debianmemberportfolio/i18n/debianmemberportfolio.pot
|
||||
output_dir = debianmemberportfolio/i18n
|
||||
domain = messages
|
||||
input_file = messages.pot
|
||||
output_dir = debianmemberportfolio/translations
|
||||
|
||||
[update_catalog]
|
||||
domain = debianmemberportfolio
|
||||
input_file = debianmemberportfolio/i18n/debianmemberportfolio.pot
|
||||
output_dir = debianmemberportfolio/i18n
|
||||
domain = messages
|
||||
input_file = messages.pot
|
||||
output_dir = debianmemberportfolio/translations
|
||||
previous = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue