File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/packages/core/localization Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
import type { ManifestLocalization } from './extensions/localization.extension.js' ;
2
2
3
3
export const manifests : Array < ManifestLocalization > = [
4
+ {
5
+ type : 'localization' ,
6
+ alias : 'Umb.Localization.Ar' ,
7
+ weight : - 100 ,
8
+ name : 'العربية' ,
9
+ meta : {
10
+ culture : 'ar' ,
11
+ } ,
12
+ js : ( ) => import ( '../../../assets/lang/ar.js' ) ,
13
+ } ,
4
14
{
5
15
type : 'localization' ,
6
16
alias : 'Umb.Localization.Bs' ,
@@ -250,15 +260,5 @@ export const manifests: Array<ManifestLocalization> = [
250
260
culture : 'zh-tw' ,
251
261
} ,
252
262
js : ( ) => import ( '../../../assets/lang/zh-tw.js' ) ,
253
- } ,
254
- {
255
- type : 'localization' ,
256
- alias : 'Umb.Localization.Ar' ,
257
- weight : - 100 ,
258
- name : 'العربية' ,
259
- meta : {
260
- culture : 'ar' ,
261
- } ,
262
- js : ( ) => import ( '../../../assets/lang/ar.js' ) ,
263
263
}
264
264
] ;
You can’t perform that action at this time.
0 commit comments