test(app): change language test (#11295)

This commit is contained in:
Filip
2026-01-30 19:04:02 +01:00
committed by GitHub
parent fe66ca163c
commit f48e2e56c9
24 changed files with 84 additions and 68 deletions

View File

@@ -154,6 +154,7 @@ export const SettingsGeneral: Component = () => {
description={language.t("settings.general.row.language.description")}
>
<Select
data-action="settings-language"
options={languageOptions()}
current={languageOptions().find((o) => o.value === language.locale())}
value={(o) => o.value}