feat(i18n): add arabic to list of selectable languages
This commit is contained in:
parent
bb7c4f40a0
commit
b9717f504d
@ -19,6 +19,7 @@ export const SUPPORTED_LOCALES = {
|
|||||||
'da-DK': 'Dansk',
|
'da-DK': 'Dansk',
|
||||||
'ja-JP': '日本語',
|
'ja-JP': '日本語',
|
||||||
'hu-HU': 'Magyar',
|
'hu-HU': 'Magyar',
|
||||||
|
'ar-SA': 'اَلْعَرَبِيَّةُ',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user