Skip to content

Commit 8987bbf

Browse files
author
jomae
committedFeb 10, 2016
1.2dev: merge [14512] from 1.0-stable (fix for #12351)
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@14513 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent fe377dc commit 8987bbf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎messages-js.cfg

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# mapping file for extracting messages from javascript files into
22
# trac/locale/messages-js.pot (see setup.cfg)
3-
[javascript: **.js]
4-
53
[extractors]
64
javascript_script = trac.dist:extract_javascript_script
5+
ignore = babel.messages.extract:extract_nothing
76

7+
[ignore: **/htdocs/js/jquery.js]
8+
[ignore: **/htdocs/js/jquery-ui.js]
9+
[ignore: **/htdocs/js/jquery-ui-addons.js]
10+
[ignore: **/htdocs/js/babel.js]
11+
[ignore: **/htdocs/js/excanvas.js]
12+
[ignore: **/htdocs/js/messages/*.js]
13+
[javascript: **.js]
814
[javascript_script: **.html]

0 commit comments

Comments
 (0)