Fix Formen => Formeln in de/HelpDialog, and make plural return n in en.js

This commit is contained in:
Davide P. Cervone 2013-05-11 18:10:25 -04:00
parent 25a10d733d
commit 75d5d2051c
2 changed files with 2 additions and 1 deletions

View File

@ -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.",

View File

@ -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;
}
});