diff --git a/frontend/src/components/common/LanguageSelect.svelte b/frontend/src/components/common/LanguageSelect.svelte index a72f1d5..61fcf9d 100644 --- a/frontend/src/components/common/LanguageSelect.svelte +++ b/frontend/src/components/common/LanguageSelect.svelte @@ -7,7 +7,7 @@ // files from the locales folder are listed after the built-ins; their value // is "user:". import { onMount } from 'svelte' - import { IconCheck } from '@tabler/icons-svelte' + import { IconCheck, IconWorld } from '@tabler/icons-svelte' import { locales, localeNames, detectOSLocale, userLocalePrefix, t } from '../../lib/i18n' import { flagFor } from '../../lib/flags' import { listUserLocales } from '../../lib/api' @@ -34,6 +34,10 @@