We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca550aa commit e127d5fCopy full SHA for e127d5f
2 files changed
lib/i18n/locales.ts
@@ -18,4 +18,5 @@ export const supportedLocales = [
18
{ code: 'en-US', label: 'English', shortLabel: 'EN' },
19
{ code: 'ja-JP', label: '日本語', shortLabel: 'JA' },
20
{ code: 'ru-RU', label: 'Русский', shortLabel: 'RU' },
21
+ { code: 'ar-SA', label: 'العربية', shortLabel: 'AR' },
22
] as const satisfies readonly LocaleEntry[];
0 commit comments