feat(i18n): add Arabic (#7795)

This commit is contained in:
Tasnim Tantawi 2024-08-09 05:08:52 +03:00 committed by GitHub
parent ffc12176c9
commit 450106ea54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1455 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Run `yarn run download-resources` to regenerate.
// If you need to update the code, please edit `i18n/src/scripts/download.ts` inside your project.
import ar from './ar.json';
import ca from './ca.json';
import da from './da.json';
import de from './de.json';
@ -212,4 +213,14 @@ export const LOCALES = [
completeRate: 0.021,
res: ur,
},
{
id: 1000134013,
name: 'Arabic',
tag: 'ar',
originalName: 'العربية',
flagEmoji: '🇸🇦',
base: false,
completeRate: 0.001,
res: ar,
},
] as const;