Skip to content

Commit 6b480f7

Browse files
committed
feat(i18n): add Arabic (ar-SA) language support
Add complete Arabic (Saudi Arabia) translation with 803 i18n keys, cross-validated by multiple LLMs with 15 targeted corrections applied. Closes #427
1 parent c071e02 commit 6b480f7

File tree

2 files changed

+899
-0
lines changed

2 files changed

+899
-0
lines changed

lib/i18n/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ export const supportedLocales = [
1818
{ code: 'en-US', label: 'English', shortLabel: 'EN' },
1919
{ code: 'ja-JP', label: '日本語', shortLabel: 'JA' },
2020
{ code: 'ru-RU', label: 'Русский', shortLabel: 'RU' },
21+
{ code: 'ar-SA', label: 'العربية', shortLabel: 'AR' },
2122
] as const satisfies readonly LocaleEntry[];

0 commit comments

Comments
 (0)