Implement Translator: i18n system
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"language": "English",
|
||||
"country": "United States",
|
||||
"default": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"nolway": "Too mutch cofee"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"language": "Français",
|
||||
"country": "France",
|
||||
"default": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"test": {
|
||||
"nolway": "Trop de café"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user