File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ [python: **/**.py]
2
+ encoding = utf-8
3
+
1
4
[jinja2: **/templates/**.html]
2
5
encoding = utf-8
3
6
4
- [javascript : **/templates/dictionary.js]
7
+ [jinja2 : **/templates/dictionary.js]
5
8
# all JS translatable strings must be defined here for jQuery i18n plugin
6
9
encoding = utf-8
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ using::
145
145
-k "_ gettext L_ lazy_gettext N_ ngettext" \
146
146
--msgid-bugs-address "English <moin-user@python.org>" \
147
147
--copyright-holder "Moin Core Team, see http://moinmo.in/MoinCoreTeamGroup" \
148
- -w 116 src/
148
+ --project "moin" --version "<version>" - w 116 src/
149
149
150
150
Because this sometimes creates large diffs, just because of a
151
151
change in line numbers, you can of course use this command sparingly.
You can’t perform that action at this time.
0 commit comments