48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
[extract_messages]
|
||
|
add_comments = TRANSLATOR:
|
||
|
copyright_holder = Stefan Koegl
|
||
|
msgid_bugs_address = hotshelf@ctdo.de
|
||
|
output_file = tracrendezvous/locale/messages.pot
|
||
|
keywords = _ ngettext:1,2 N_ tag_
|
||
|
|
||
|
[init_catalog]
|
||
|
input_file = tracrendezvous/locale/messages.pot
|
||
|
output_dir = tracrendezvous/locale
|
||
|
|
||
|
[compile_catalog]
|
||
|
directory = tracrendezvous/locale
|
||
|
|
||
|
[update_catalog]
|
||
|
input_file = tracrendezvous/locale/messages.pot
|
||
|
output_dir = tracrendezvous/locale
|
||
|
|
||
|
|
||
|
[extract_messages_js]
|
||
|
add_comments = TRANSLATOR:
|
||
|
copyright_holder = Stefan Koegl
|
||
|
msgid_bugs_address = hotshelf@ctdo.de
|
||
|
output_file = tracrendezvous/locale/messages-js.pot
|
||
|
keywords = _ ngettext:1,2 N_
|
||
|
mapping_file = messages-js.cfg
|
||
|
|
||
|
[init_catalog_js]
|
||
|
domain = tracrendezvous-js
|
||
|
input_file = tracrendezvous/locale/messages-js.pot
|
||
|
output_dir = tracrendezvous/locale
|
||
|
|
||
|
[compile_catalog_js]
|
||
|
domain = tracrendezvous-js
|
||
|
directory = tracrendezvous/locale
|
||
|
|
||
|
[update_catalog_js]
|
||
|
domain = tracrendezvous-js
|
||
|
input_file = tracrendezvous/locale/messages-js.pot
|
||
|
output_dir = tracrendezvous/locale
|
||
|
|
||
|
[generate_messages_js]
|
||
|
domain = tracrendezvous-js
|
||
|
input_dir = tracrendezvous/locale
|
||
|
output_dir = tracrendezvous/htdocs/tracrendezvous
|