Add Italian to language menu, and add a missing comma.

This commit is contained in:
Davide P. Cervone 2013-05-26 10:09:29 -04:00
parent 7ee798cb17
commit 55b5803d0a
2 changed files with 3 additions and 2 deletions

View File

@ -1067,7 +1067,8 @@ MathJax.Localization = {
strings: { strings: {
en: {menuTitle: "English", isLoaded: true}, // nothing needs to be loaded for this en: {menuTitle: "English", isLoaded: true}, // nothing needs to be loaded for this
de: {menuTitle: "Deutsch"}, de: {menuTitle: "Deutsch"},
fr: {menuTitle: "Fran\u00E7ais"} fr: {menuTitle: "Fran\u00E7ais"},
it: {menuTitle: "Italiano"}
}, },
// //

View File

@ -44,7 +44,7 @@ MathJax.Localization.addTranslation("it",null,{ // NOTE use correct ISO-639-1 tw
//"Math Processing Error", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible. //"Math Processing Error", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible.
MathError: MathError:
"Errore nella formula" "Errore nella formula",
//"Math Error", // Error message used in obsolete Accessible configurations //"Math Error", // Error message used in obsolete Accessible configurations
LoadFile: LoadFile: