Allow to set the prefered locale

This commit is contained in:
Rodolphe Bréard 2023-08-07 17:32:54 +02:00
parent e3d97cff22
commit 560ab278d2
5 changed files with 61 additions and 2 deletions

View file

@ -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:",