mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 07:53:46 +03:00
feat(i18n): add Arabic (#7795)
This commit is contained in:
parent
ffc12176c9
commit
450106ea54
1444
packages/frontend/i18n/src/resources/ar.json
Normal file
1444
packages/frontend/i18n/src/resources/ar.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user