Skip to content

Commit 75d5d20

Browse files
committed
Fix Formen => Formeln in de/HelpDialog, and make plural return n in en.js
1 parent 25a10d7 commit 75d5d20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

unpacked/localization/de/HelpDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MathJax.Localization.addTranslation("de","HelpDialog",{
4444
// "Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
4545

4646
Menu:
47-
"*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formen hinzu. " +
47+
"*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formeln hinzu. " +
4848
"Es wird mit Rechtsklick oder STRG+Linksklick auf einer Formel aufgerufen.",
4949
// "*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
5050
// "CTRL-click on any mathematics to access the menu.",

unpacked/localization/en/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ MathJax.Localization.addTranslation("en",null,{ // NOTE use correct ISO-639-1 tw
8181

8282
number: function(n) {
8383
// return String(n).replace(".", ","); // replace dot by comma
84+
return n;
8485
}
8586

8687
});

0 commit comments

Comments
 (0)