Skip to content

Commit b0ac5c5

Browse files
committed
Add version numbers to localization data
1 parent 9eca6ed commit b0ac5c5

22 files changed

+25
-1
lines changed

unpacked/MathJax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ MathJax.Localization = {
10651065
locale: "en",
10661066
directory: "[MathJax]/localization",
10671067
strings: {
1068-
en: {isLoaded: true, menuTitle: "English"}, // nothing needs to be loaded for this
1068+
en: {menuTitle: "English", isLoaded: true}, // nothing needs to be loaded for this
10691069
de: {menuTitle: "Deutsch"},
10701070
fr: {menuTitle: "Fran\u00E7ais"}
10711071
},

unpacked/localization/de/FontWarnings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","FontWarnings",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/HTML-CSS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","HTML-CSS",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/HelpDialog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","HelpDialog",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/MathML.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","MathML",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/MathMenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","MathMenu",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/TeX.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("de","TeX",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/de/de.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323

2424
MathJax.Localization.addTranslation("de",null,{
2525
menuTitle: "Deutsch",
26+
version: "2.2",
2627
isLoaded: true,
2728
domains: {
2829
"_": {
2930
isLoaded: true,
31+
version: "2.2",
3032
strings: {
3133

3234
CookieConfig:

unpacked/localization/en/FontWarnings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("en","FontWarnings",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

unpacked/localization/en/HTML-CSS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
MathJax.Localization.addTranslation("en","HTML-CSS",{
25+
version: "2.2",
2526
isLoaded: true,
2627
strings: {
2728

0 commit comments

Comments
 (0)