feat(translations): basic translations support
This commit is contained in:
8
translations/en.json
Normal file
8
translations/en.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "English",
|
||||
"nameOriginal": "English",
|
||||
"translations":
|
||||
{
|
||||
"welcome": "welcome"
|
||||
}
|
||||
}
|
9
translations/ru.json
Normal file
9
translations/ru.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "Russian",
|
||||
"nameOriginal": "Русский",
|
||||
"translations":
|
||||
{
|
||||
"welcome": "приветствие",
|
||||
"Language": "Язык"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user