feat(i18n): add arabic to list of selectable languages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-10-17 18:44:08 +02:00
parent bb7c4f40a0
commit b9717f504d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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