Implement Translator: i18n system

This commit is contained in:
Nolway 2021-12-08 01:34:50 +01:00 committed by Alexis Faizeau
parent 5f62894d56
commit 8a2767ef40
16 changed files with 393 additions and 47 deletions

View file

@ -0,0 +1,5 @@
{
"language": "English",
"country": "United States",
"default": true
}

View file

@ -0,0 +1,5 @@
{
"test": {
"nolway": "Too mutch cofee"
}
}

View file

@ -0,0 +1,5 @@
{
"language": "Français",
"country": "France",
"default": true
}

View file

@ -0,0 +1,5 @@
{
"test": {
"nolway": "Trop de café"
}
}