Implement Translator: i18n system
This commit is contained in:
parent
5f62894d56
commit
8a2767ef40
16 changed files with 393 additions and 47 deletions
5
front/translations/en-US/index.en-US.json
Normal file
5
front/translations/en-US/index.en-US.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"language": "English",
|
||||
"country": "United States",
|
||||
"default": true
|
||||
}
|
5
front/translations/en-US/test.en-US.json
Normal file
5
front/translations/en-US/test.en-US.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"test": {
|
||||
"nolway": "Too mutch cofee"
|
||||
}
|
||||
}
|
5
front/translations/fr-FR/index.fr-FR.json
Normal file
5
front/translations/fr-FR/index.fr-FR.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"language": "Français",
|
||||
"country": "France",
|
||||
"default": true
|
||||
}
|
5
front/translations/fr-FR/test.fr-FR.json
Normal file
5
front/translations/fr-FR/test.fr-FR.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"test": {
|
||||
"nolway": "Trop de café"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue