We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe377dc commit 8987bbfCopy full SHA for 8987bbf
messages-js.cfg
@@ -1,8 +1,14 @@
1
# mapping file for extracting messages from javascript files into
2
# trac/locale/messages-js.pot (see setup.cfg)
3
-[javascript: **.js]
4
-
5
[extractors]
6
javascript_script = trac.dist:extract_javascript_script
+ignore = babel.messages.extract:extract_nothing
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]
14
[javascript_script: **.html]
0 commit comments