Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
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:
...
@@ -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."
/
*
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"
:
{
"French"
:
{
"L1NECODE"
:
"Texte localisé"
"L1NECODE"
:
"Texte localisé"
...
...
...
...