diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 77547a8bc..9ab9cbb53 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -20,6 +20,7 @@ export const SUPPORTED_LOCALES = { 'ja-JP': '日本語', 'hu-HU': 'Magyar', 'ar-SA': 'اَلْعَرَبِيَّةُ', + 'sl-SI': 'Slovenščina', } as const export type SupportedLocale = keyof typeof SUPPORTED_LOCALES