feat(translations): basic translations support

This commit is contained in:
Alexey Kasyanchuk
2018-05-17 02:09:43 +03:00
parent 57c1d0d322
commit feff322592
7 changed files with 113 additions and 16 deletions

9
translations/ru.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Russian",
"nameOriginal": "Русский",
"translations":
{
"welcome": "приветствие",
"Language": "Язык"
}
}