Adding arabic language

This commit is contained in:
Khaled Emad
2023-01-02 10:07:18 +02:00
committed by Michael Shamoon
parent e8fe726b96
commit 5b0ae49819
4 changed files with 10 additions and 0 deletions

View File

@@ -146,6 +146,12 @@ export class SettingsService {
englishName: 'English (US)',
dateInputFormat: 'mm/dd/yyyy',
},
{
code: 'ar-ar',
name: $localize`Arabic`,
englishName: 'Arabic',
dateInputFormat: 'yyyy-mm-dd',
},
{
code: 'be-by',
name: $localize`Belarusian`,