File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -63,46 +63,54 @@ export const menu = {
63
63
} ,
64
64
{
65
65
id : 8 ,
66
+ code : 'ja' ,
67
+ label : 'JA' ,
68
+ title : 'Japanese' ,
69
+ translation : '日本語' ,
70
+ icon : '' ,
71
+ } ,
72
+ {
73
+ id : 9 ,
66
74
code : 'ko' ,
67
75
label : 'KO' ,
68
76
title : 'Korean' ,
69
77
translation : '한국어' ,
70
78
icon : '' ,
71
79
} ,
72
80
{
73
- id : 9 ,
81
+ id : 10 ,
74
82
code : 'vi' ,
75
83
label : 'VI' ,
76
84
title : 'Vietnamese' ,
77
85
translation : 'Tiếng Việt' ,
78
86
icon : '' ,
79
87
} ,
80
88
{
81
- id : 10 ,
89
+ id : 11 ,
82
90
code : 'hau-NG' ,
83
91
label : 'NG/HAU' ,
84
92
title : 'Nigerian Hausa' ,
85
93
translation : 'Hausa' ,
86
94
icon : '' ,
87
95
} ,
88
96
{
89
- id : 11 ,
97
+ id : 12 ,
90
98
code : 'yor-NG' ,
91
99
label : 'NG/YOR' ,
92
100
title : 'Nigerian Yoruba' ,
93
101
translation : 'Yoruba' ,
94
102
icon : '' ,
95
103
} ,
96
104
{
97
- id : 12 ,
105
+ id : 13 ,
98
106
code : 'ewe-BJ' ,
99
107
label : 'BJ/EWE' ,
100
108
title : 'Benin Ewe' ,
101
109
translation : 'Ewe' ,
102
110
icon : '' ,
103
111
} ,
104
112
{
105
- id : 13 ,
113
+ id : 14 ,
106
114
code : 'fon-BJ' ,
107
115
label : 'BJ/FON' ,
108
116
title : 'Benin Fon' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ export const locales = [
11
11
'fon-BJ' ,
12
12
'fr' ,
13
13
'hau-NG' ,
14
- 'yor-NG' ,
14
+ 'yor-NG' ,
15
+ 'ja' ,
15
16
'ko' ,
16
17
'vi' ,
17
18
'zh-CN' ,
You can’t perform that action at this time.
0 commit comments