Skip to content

Commit 306ddba

Browse files
fix babel.cfg and docs
1 parent e23da6e commit 306ddba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

babel.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[python: **/**.py]
2+
encoding = utf-8
3+
14
[jinja2: **/templates/**.html]
25
encoding = utf-8
36

4-
[javascript: **/templates/dictionary.js]
7+
[jinja2: **/templates/dictionary.js]
58
# all JS translatable strings must be defined here for jQuery i18n plugin
69
encoding = utf-8

docs/devel/translate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ using::
145145
-k "_ gettext L_ lazy_gettext N_ ngettext" \
146146
--msgid-bugs-address "English <moin-user@python.org>" \
147147
--copyright-holder "Moin Core Team, see http://moinmo.in/MoinCoreTeamGroup" \
148-
-w 116 src/
148+
--project "moin" --version "<version>" -w 116 src/
149149

150150
Because this sometimes creates large diffs, just because of a
151151
change in line numbers, you can of course use this command sparingly.

0 commit comments

Comments
 (0)