added theme toggle,
fixed create entityies in API
This commit is contained in:
@ -29,7 +29,8 @@
|
||||
},
|
||||
"theme": {
|
||||
"light": "Světlý režim",
|
||||
"dark": "Tmavý režim"
|
||||
"dark": "Tmavý režim",
|
||||
"toggle": "Přepnout režim"
|
||||
},
|
||||
"locale": {
|
||||
"sk": "Slovenština",
|
||||
@ -133,6 +134,7 @@
|
||||
"settings": {
|
||||
"accountTitle": "Nastavení účtu",
|
||||
"loggedInAs": "Přihlášený uživatel",
|
||||
"themeTitle": "Vzhled",
|
||||
"logout": "Odhlásit se"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user