Change to lowercase and scoped translation keys

This commit is contained in:
Johannes Zellner
2020-10-28 11:42:17 +01:00
parent 9912698a71
commit 53d39608b8
4 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
{
"MY_APPS": "My Apps",
"CLOUDRON_OFFLINE": "Cloudron is offline. Reconnecting…"
"apps": {
"title": "My Apps"
},
"main": {
"offline": "Cloudron is offline. Reconnecting…"
}
}