web: i18n system & navbar translations
dynamic page language and language dropdown!! finally!!
This commit is contained in:
3
web/i18n/en/a11y/tabs.json
Normal file
3
web/i18n/en/a11y/tabs.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tabPanel": "tabs panel"
|
||||
}
|
||||
7
web/i18n/en/tabs.json
Normal file
7
web/i18n/en/tabs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"save": "save",
|
||||
"settings": "settings",
|
||||
"updates": "updates",
|
||||
"donate": "donate",
|
||||
"about": "about"
|
||||
}
|
||||
4
web/i18n/languages.json
Normal file
4
web/i18n/languages.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"en": "english",
|
||||
"ru": "русский"
|
||||
}
|
||||
3
web/i18n/ru/a11y/tabs.json
Normal file
3
web/i18n/ru/a11y/tabs.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tabPanel": "панель вкладок"
|
||||
}
|
||||
7
web/i18n/ru/tabs.json
Normal file
7
web/i18n/ru/tabs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"save": "скачать",
|
||||
"settings": "настройки",
|
||||
"updates": "новости",
|
||||
"donate": "донаты",
|
||||
"about": "чаво"
|
||||
}
|
||||
Reference in New Issue
Block a user