Skip to content

Commit 55b5803

Browse files
committed
Add Italian to language menu, and add a missing comma.
1 parent 7ee798c commit 55b5803

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

unpacked/MathJax.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,8 @@ MathJax.Localization = {
10671067
strings: {
10681068
en: {menuTitle: "English", isLoaded: true}, // nothing needs to be loaded for this
10691069
de: {menuTitle: "Deutsch"},
1070-
fr: {menuTitle: "Fran\u00E7ais"}
1070+
fr: {menuTitle: "Fran\u00E7ais"},
1071+
it: {menuTitle: "Italiano"}
10711072
},
10721073

10731074
//

unpacked/localization/it/it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MathJax.Localization.addTranslation("it",null,{ // NOTE use correct ISO-639-1 tw
4444
//"Math Processing Error", // NOTE: MathJax uses 'Math' as a distinct UI choice. Please translate it literally whenever possible.
4545

4646
MathError:
47-
"Errore nella formula"
47+
"Errore nella formula",
4848
//"Math Error", // Error message used in obsolete Accessible configurations
4949

5050
LoadFile:

0 commit comments

Comments
 (0)