diff --git a/src/i18n/index.ts b/src/i18n/index.ts index d6a6c42aa..ce83ea4bc 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -19,6 +19,7 @@ export const SUPPORTED_LOCALES = { 'da-DK': 'Dansk', 'ja-JP': '日本語', 'hu-HU': 'Magyar', + 'ar-SA': 'اَلْعَرَبِيَّةُ', } as const export type SupportedLocale = keyof typeof SUPPORTED_LOCALES