Added arabic language (I have no clue about the text in the file, btw)
This commit is contained in:
committed by
Jacob Overgaard
parent
dca6e811f8
commit
716b6b2a62
2394
src/Umbraco.Web.UI.Client/src/assets/lang/ar.ts
Normal file
2394
src/Umbraco.Web.UI.Client/src/assets/lang/ar.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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'),
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user