Skip to content

Commit 6a7b190

Browse files
committed
fix: config type error
1 parent 62195bc commit 6a7b190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const locales: (Omit<LocaleObjectData, 'code'> & { code: string })[] = [
8585
name: 'English',
8686
},
8787
{
88-
code: 'ar',
88+
code: 'ar-EG',
8989
file: 'ar.json',
9090
name: 'العربية',
9191
dir: 'rtl',

0 commit comments

Comments
 (0)