We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c071e02 commit 6b480f7Copy full SHA for 6b480f7
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