Add version numbers to localization data
This commit is contained in:
parent
9eca6edbbe
commit
b0ac5c50a3
|
@ -1065,7 +1065,7 @@ MathJax.Localization = {
|
|||
locale: "en",
|
||||
directory: "[MathJax]/localization",
|
||||
strings: {
|
||||
en: {isLoaded: true, menuTitle: "English"}, // nothing needs to be loaded for this
|
||||
en: {menuTitle: "English", isLoaded: true}, // nothing needs to be loaded for this
|
||||
de: {menuTitle: "Deutsch"},
|
||||
fr: {menuTitle: "Fran\u00E7ais"}
|
||||
},
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","FontWarnings",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","HTML-CSS",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","HelpDialog",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","MathML",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","MathMenu",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("de","TeX",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -23,10 +23,12 @@
|
|||
|
||||
MathJax.Localization.addTranslation("de",null,{
|
||||
menuTitle: "Deutsch",
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
domains: {
|
||||
"_": {
|
||||
isLoaded: true,
|
||||
version: "2.2",
|
||||
strings: {
|
||||
|
||||
CookieConfig:
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","FontWarnings",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","HTML-CSS",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","HelpDialog",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","MathML",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","MathMenu",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("en","TeX",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -23,9 +23,11 @@
|
|||
|
||||
MathJax.Localization.addTranslation("en",null,{ // NOTE use correct ISO-639-1 two letter code http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
menuTitle: "English", // NOTE language name; will appear in the MathJax submenu for switching locales
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
domains: {
|
||||
"_": {
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","FontWarnings",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","HTML-CSS",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","HelpDialog",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","MathML",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","MathMenu",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
MathJax.Localization.addTranslation("fr","TeX",{
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
|
@ -23,9 +23,11 @@
|
|||
|
||||
MathJax.Localization.addTranslation("fr",null,{
|
||||
menuTitle: "Fran\u00E7ais",
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
domains: {
|
||||
"_": {
|
||||
version: "2.2",
|
||||
isLoaded: true,
|
||||
strings: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user