Added arabic language (I have no clue about the text in the file, btw)

This commit is contained in:
Bjarke Berg
2024-10-03 09:41:18 +02:00
committed by Jacob Overgaard
parent dca6e811f8
commit 716b6b2a62
2 changed files with 2404 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -251,4 +251,14 @@ export const manifests: Array<ManifestLocalization> = [
},
js: () => import('../../../assets/lang/zh-tw.js'),
},
{
type: 'localization',
alias: 'Umb.Localization.Ar',
weight: -100,
name: 'العربية',
meta: {
culture: 'ar',
},
js: () => import('../../../assets/lang/ar.js'),
}
];