(frontend) new settings dialog to handle user account/language

add a settings button directly in the homepage to change language or see
user account settings
This commit is contained in:
Emmanuel Pelletier
2024-07-24 16:51:35 +02:00
parent 0707ac2cd4
commit 41ad15e20b
11 changed files with 139 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"account": {
"currentlyLoggedAs": "",
"heading": "",
"youAreNotLoggedIn": ""
},
"dialog": {
"heading": ""
},
"language": {
"heading": "",
"label": ""
},
"settingsButtonLabel": ""
}