Skip to content
Update JSON authored by Jill's avatar Jill
...@@ -37,7 +37,7 @@ Due to a limitation, you must mark the global strings JSON like so: ...@@ -37,7 +37,7 @@ Due to a limitation, you must mark the global strings JSON like so:
"English": { "English": {
"L1NECODE": "This text will override the default when the English language is loaded." "L1NECODE": "This text will override the default when the English language is loaded."
/* L2NECODE will still use the text from "Default" as it is not defined in English */ //L2NECODE will still use the text from "Default" as it is not defined in English
}, },
"French": { "French": {
"L1NECODE": "Texte localisé" "L1NECODE": "Texte localisé"
... ...
......