24 lines
504 B
INI
24 lines
504 B
INI
[compile_catalog]
|
|
directory = tahrir/locale
|
|
domain = tahrir
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = tahrir/locale/tahrir.pot
|
|
width = 80
|
|
|
|
[init_catalog]
|
|
domain = tahrir
|
|
input_file = tahrir/locale/tahrir.pot
|
|
output_dir = tahrir/locale
|
|
|
|
[update_catalog]
|
|
domain = tahrir
|
|
input_file = tahrir/locale/tahrir.pot
|
|
output_dir = tahrir/locale
|
|
previous = true
|
|
|
|
[tool:pytest]
|
|
addopts = --cov-config .coveragerc --cov=tahrir --cov-report term --cov-report xml --cov-report html
|