Feature/arabic translation (#4916)

This commit is contained in:
arab-future-academy
2025-08-12 08:29:01 +02:00
committed by GitHub
parent a055ec2dff
commit dc444faa75
8 changed files with 11022 additions and 4 deletions

View File

@@ -300,7 +300,8 @@ export const CORE_SETTINGS: SettingParams[] = [
{ value: 'ja', text: '日本語' },
{ value: 'ko', text: '한국어' },
{ value: 'fr', text: 'Français' },
{ value: 'es', text: 'Español' }
{ value: 'es', text: 'Español' },
{ value: 'ar', text: 'عربي' }
],
defaultValue: () => navigator.language.split('-')[0] || 'en'
},