Changes
Page history
Update JSON
authored
Jul 27, 2022
by
Jill
Show whitespace changes
Inline
Side-by-side
Creating-Mods/Localisation/JSON.md
View page @
41ebbc6a
...
...
@@ -37,7 +37,7 @@ Due to a limitation, you must mark the global strings JSON like so:
"English"
:
{
"L1NECODE"
:
"This text will override the default when the English language is loaded."
/
*
L
2
NECODE
will
still
use
the
text
from
"Default"
as
it
is
not
defined
in
English
*/
/
/
L
2
NECODE
will
still
use
the
text
from
"Default"
as
it
is
not
defined
in
English
},
"French"
:
{
"L1NECODE"
:
"Texte localisé"
...
...
...
...