-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e23da6e
commit 306ddba
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
[python: **/**.py] | ||
encoding = utf-8 | ||
|
||
[jinja2: **/templates/**.html] | ||
encoding = utf-8 | ||
|
||
[javascript: **/templates/dictionary.js] | ||
[jinja2: **/templates/dictionary.js] | ||
# all JS translatable strings must be defined here for jQuery i18n plugin | ||
encoding = utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,7 +145,7 @@ using:: | |
-k "_ gettext L_ lazy_gettext N_ ngettext" \ | ||
--msgid-bugs-address "English <[email protected]>" \ | ||
--copyright-holder "Moin Core Team, see http://moinmo.in/MoinCoreTeamGroup" \ | ||
-w 116 src/ | ||
--project "moin" --version "<version>" -w 116 src/ | ||
|
||
Because this sometimes creates large diffs, just because of a | ||
change in line numbers, you can of course use this command sparingly. | ||
|