Allow to set the prefered locale
This commit is contained in:
parent
e3d97cff22
commit
560ab278d2
5 changed files with 61 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"locale_name": "English",
|
||||
"invariants": {
|
||||
"controls": {
|
||||
"cancel": "Cancel",
|
||||
|
@ -10,6 +11,7 @@
|
|||
"navbar": {
|
||||
"addAccount": "New account",
|
||||
"manageAccounts": "Accounts",
|
||||
"config": "Preferences",
|
||||
"about": "About"
|
||||
},
|
||||
"about": {
|
||||
|
@ -41,6 +43,11 @@
|
|||
"unknown": "Unknown error."
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"title": "Preferences",
|
||||
"language": "Language",
|
||||
"close": "@:invariants.controls.close"
|
||||
},
|
||||
"deleteAccount": {
|
||||
"title": "Delete account",
|
||||
"account": "You are about to delete the following account:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue