menu translations and ability to add new translations using the base translation
This commit is contained in:
15
content/i18n/en.modified.json
Normal file
15
content/i18n/en.modified.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user