Add Italian to language menu, and add a missing comma.
This commit is contained in:
parent
7ee798cb17
commit
55b5803d0a
|
@ -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"}
|
||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user