added theme toggle,
fixed create entityies in API
This commit is contained in:
@ -29,7 +29,8 @@
|
||||
},
|
||||
"theme": {
|
||||
"light": "Svetlý režim",
|
||||
"dark": "Tmavý režim"
|
||||
"dark": "Tmavý režim",
|
||||
"toggle": "Prepnúť režim"
|
||||
},
|
||||
"locale": {
|
||||
"sk": "Slovenčina",
|
||||
@ -133,6 +134,7 @@
|
||||
"settings": {
|
||||
"accountTitle": "Nastavenia účtu",
|
||||
"loggedInAs": "Prihlásený používateľ",
|
||||
"themeTitle": "Vzhľad",
|
||||
"logout": "Odhlásiť sa"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user