File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,95 +11,95 @@ export const menu = {
11
11
label : 'EN/US' ,
12
12
title : 'American English' ,
13
13
translation : 'English' ,
14
- icon : '/images/shared/language/en_us.svg ' ,
14
+ icon : '' ,
15
15
} ,
16
16
{
17
17
id : 2 ,
18
18
code : 'en-GB' ,
19
19
label : 'EN/GB' ,
20
20
title : 'British English' ,
21
21
translation : 'English' ,
22
- icon : '/images/shared/language/en_gb.svg ' ,
22
+ icon : '' ,
23
23
} ,
24
24
{
25
25
id : 3 ,
26
26
code : 'es' ,
27
27
label : 'ES' ,
28
28
title : 'Spanish' ,
29
29
translation : 'Español' ,
30
- icon : '/images/shared/language/es.svg ' ,
30
+ icon : '' ,
31
31
} ,
32
32
{
33
33
id : 4 ,
34
34
code : 'fr' ,
35
35
label : 'FR' ,
36
36
title : 'French' ,
37
37
translation : 'Français' ,
38
- icon : '/images/shared/language/fr.svg ' ,
38
+ icon : '' ,
39
39
} ,
40
40
{
41
41
id : 5 ,
42
42
code : 'ar' ,
43
43
label : 'AR' ,
44
44
title : 'Arabic' ,
45
45
translation : 'العربية' ,
46
- icon : '/images/shared/language/ar.svg ' ,
46
+ icon : '' ,
47
47
} ,
48
48
{
49
49
id : 6 ,
50
50
code : 'zh-CN' ,
51
51
label : 'ZH/CN' ,
52
52
title : 'Simplified Chinese' ,
53
53
translation : '简体中文' ,
54
- icon : '/images/shared/language/zh.svg ' ,
54
+ icon : '' ,
55
55
} ,
56
56
{
57
57
id : 7 ,
58
58
code : 'zh-TW' ,
59
59
label : 'ZH/TW' ,
60
60
title : 'Traditional Chinese' ,
61
61
translation : '繁體中文' ,
62
- icon : '/images/shared/language/zh.svg ' ,
62
+ icon : '' ,
63
63
} ,
64
64
{
65
65
id : 8 ,
66
66
code : 'ko' ,
67
67
label : 'KO' ,
68
68
title : 'Korean' ,
69
69
translation : '한국어' ,
70
- icon : '/images/shared/language/ko.svg ' ,
70
+ icon : '' ,
71
71
} ,
72
72
{
73
73
id : 9 ,
74
74
code : 'vi' ,
75
75
label : 'VI' ,
76
76
title : 'Vietnamese' ,
77
77
translation : 'Tiếng Việt' ,
78
- icon : '/images/shared/language/vi.svg ' ,
78
+ icon : '' ,
79
79
} ,
80
80
{
81
81
id : 10 ,
82
82
code : 'hau-NG' ,
83
83
label : 'NG/HAU' ,
84
84
title : 'Nigerian Hausa' ,
85
85
translation : 'Hausa' ,
86
- icon : '/images/shared/language/ng.svg ' ,
86
+ icon : '' ,
87
87
} ,
88
88
{
89
89
id : 11 ,
90
90
code : 'ewe-BJ' ,
91
91
label : 'BJ/EWE' ,
92
92
title : 'Benin Ewe' ,
93
93
translation : 'Ewe' ,
94
- icon : '/images/shared/language/bj.svg ' ,
94
+ icon : '' ,
95
95
} ,
96
96
{
97
97
id : 12 ,
98
98
code : 'fon-BJ' ,
99
99
label : 'BJ/FON' ,
100
100
title : 'Benin Fon' ,
101
101
translation : 'Fɔngbè' ,
102
- icon : '/images/shared/language/bj.svg ' ,
102
+ icon : '' ,
103
103
}
104
104
] ,
105
105
} ,
You can’t perform that action at this time.
0 commit comments