website/locales/default.json
Montelion a231538872
Every translatable text is now in US_en.json
Every translatable word/sentence now refers to its file in /locales. This means that translations are now easier to make (you just need to create a REGIONCODE_languagecode.json in locales with the translated .json)
2020-04-22 22:23:05 +02:00

23 lines
300 B
JSON

{
"nav": {
"brand": "ERROR"
},
"home": {
"header": {
"title": "ERROR",
"text": "ERROR"
}
},
"about": {
"caption": "ERROR",
"title": "ERROR",
"text": "ERROR"
},
"credits": {
"caption": "ERROR",
"title": "ERROR"
},
"footer": {
"text": "ERROR"
}
}