mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-06 02:10:41 -05:00
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)
23 lines
300 B
JSON
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"
|
|
}
|
|
} |