Menu

[fa5546]: / setup.cfg  Maximize  Restore  History

Download this file

55 lines (45 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[extract_messages]
add_comments = TRANSLATOR:
copyright_holder = Roberto Bordolanghi
msgid_bugs_address = seccanj@gmail.com
output_file = faqplugin/locale/messages.pot
# Note: specify as 'keywords' the functions for which the messages
# should be extracted. This should match the list of functions
# that you've listed in the 'domain_functions()' call above.
keywords = _ N_ tag_
# Other example:
#keywords = _ ngettext:1,2 N_ tag_
width = 72
[init_catalog]
input_file = faqplugin/locale/messages.pot
output_dir = faqplugin/locale
domain = faqplugin
[compile_catalog]
directory = faqplugin/locale
domain = faqplugin
[update_catalog]
input_file = faqplugin/locale/messages.pot
output_dir = faqplugin/locale
domain = faqplugin
[extract_messages_js]
add_comments = TRANSLATOR:
copyright_holder = Roberto Bordolanghi
msgid_bugs_address = seccanj@gmail.com
output_file = faqplugin/locale/messages-js.pot
keywords = _ N_ tag_
mapping_file = messages-js.cfg
[init_catalog_js]
domain = faqplugin-js
input_file = faqplugin/locale/messages-js.pot
output_dir = faqplugin/locale
[compile_catalog_js]
domain = faqplugin-js
directory = faqplugin/locale
[update_catalog_js]
domain = faqplugin-js
input_file = faqplugin/locale/messages-js.pot
output_dir = faqplugin/locale
[generate_messages_js]
domain = faqplugin-js
input_dir = faqplugin/locale
output_dir = faqplugin/htdocs/js
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.