tryton-gtk2/setup.cfg
C?dric Krier 80a25809c5 Use package_data instead of data_files
package_data must be used for data that are closely related to the package's
implemenation. This is the case of the pixmaps and the locale.

issue4983
review24421002
2015-10-03 11:45:10 +02:00

19 lines
439 B
INI

[extract_messages]
copyright_holder = Tryton
msgid_bugs_address = issue_tracker@tryton.org
output_file = tryton/data/locale/tryton.pot
keywords = _, gettext
[init_catalog]
domain = tryton
input_file = tryton/data/locale/tryton.pot
output_dir = tryton/data/locale
[compile_catalog]
domain = tryton
directory = tryton/data/locale
[update_catalog]
domain = tryton
input_file = tryton/data/locale/tryton.pot
output_dir = tryton/data/locale