commit 75d5d2051cda43ba67e3559a4d7bdd100b82cfa2
parent 25a10d733d354a5d0bdd8019796d43325ea18881
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sat, 11 May 2013 18:10:25 -0400
Fix Formen => Formeln in de/HelpDialog, and make plural return n in en.js
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/unpacked/localization/de/HelpDialog.js b/unpacked/localization/de/HelpDialog.js
@@ -44,7 +44,7 @@ MathJax.Localization.addTranslation("de","HelpDialog",{
// "Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers.",
Menu:
- "*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formen hinzu. " +
+ "*Mathe Men\u00FC*: MathJax f\u00FCgt ein Kontextmen\u00FC bei allen Formeln hinzu. " +
"Es wird mit Rechtsklick oder STRG+Linksklick auf einer Formel aufgerufen.",
// "*Math Menu*: MathJax adds a contextual menu to equations. Right-click or " +
// "CTRL-click on any mathematics to access the menu.",
diff --git a/unpacked/localization/en/en.js b/unpacked/localization/en/en.js
@@ -81,6 +81,7 @@ MathJax.Localization.addTranslation("en",null,{ // NOTE use correct ISO-639-1 tw
number: function(n) {
// return String(n).replace(".", ","); // replace dot by comma
+ return n;
}
});