~tigefa/tigefa/trac

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# mapping file for extracting messages from javascript files into
# trac/locale/messages-js.pot (see setup.cfg)
[extractors]
javascript_script = trac.dist:extract_javascript_script
ignore = babel.messages.extract:extract_nothing

[ignore:            **/htdocs/js/jquery.js]
[ignore:            **/htdocs/js/jquery-ui.js]
[ignore:            **/htdocs/js/jquery-ui-addons.js]
[ignore:            **/htdocs/js/babel.js]
[ignore:            **/htdocs/js/excanvas.js]
[ignore:            **/htdocs/js/messages/*.js]
[javascript:        **.js]
[javascript_script: **.html]