menu translations and ability to add new translations using the base translation

This commit is contained in:
Dobromir Popov
2024-04-29 01:33:33 +03:00
parent c779eba469
commit 56283ecd50
7 changed files with 141 additions and 30 deletions

View File

@ -0,0 +1,15 @@
{
"common": {
"greeting": "Hello",
"farewell": "Goodbye",
"changeTo": "Change to",
"BG": "Bulgarian",
"EN": "English",
"RU": "Russian",
"login": "login",
"logout": "logout"
},
"menu": {
"dashboard": "Dashboard"
}
}