diff --git a/frontend/src/locales/cs.json b/frontend/src/locales/cs.json index 5e4276b..e8af0d9 100644 --- a/frontend/src/locales/cs.json +++ b/frontend/src/locales/cs.json @@ -167,6 +167,7 @@ "accountTitle": "Nastavení účtu", "loggedInAs": "Přihlášený uživatel", "themeTitle": "Vzhled", + "languageTitle": "Jazyk", "logout": "Odhlásit se" } } diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 74dc676..4ad3770 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -167,6 +167,7 @@ "accountTitle": "Kontoeinstellungen", "loggedInAs": "Angemeldet als", "themeTitle": "Darstellung", + "languageTitle": "Sprache", "logout": "Abmelden" } } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 3194d00..5107d1e 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -167,6 +167,7 @@ "accountTitle": "Account settings", "loggedInAs": "Logged in as", "themeTitle": "Appearance", + "languageTitle": "Language", "logout": "Log out" } } diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index ebd0f9e..94a1098 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -167,6 +167,7 @@ "accountTitle": "Ajustes de cuenta", "loggedInAs": "Sesión iniciada como", "themeTitle": "Apariencia", + "languageTitle": "Idioma", "logout": "Cerrar sesión" } } diff --git a/frontend/src/locales/sk.json b/frontend/src/locales/sk.json index 0d488af..bf924eb 100644 --- a/frontend/src/locales/sk.json +++ b/frontend/src/locales/sk.json @@ -167,6 +167,7 @@ "accountTitle": "Nastavenia účtu", "loggedInAs": "Prihlásený používateľ", "themeTitle": "Vzhľad", + "languageTitle": "Jazyk", "logout": "Odhlásiť sa" } } diff --git a/frontend/src/views/SettingsView.vue b/frontend/src/views/SettingsView.vue index 8899c9a..bd26211 100644 --- a/frontend/src/views/SettingsView.vue +++ b/frontend/src/views/SettingsView.vue @@ -1,12 +1,41 @@ -