Skip to content

Commit dedfbc8

Browse files
authored
Merge pull request #348 from map-of-pi/mod-lang-list
Self approved.
2 parents 64a1209 + bcfa394 commit dedfbc8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/constants/menu.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,95 +11,95 @@ export const menu = {
1111
label: 'EN/US',
1212
title: 'American English',
1313
translation: 'English',
14-
icon: '/images/shared/language/en_us.svg',
14+
icon: '',
1515
},
1616
{
1717
id: 2,
1818
code: 'en-GB',
1919
label: 'EN/GB',
2020
title: 'British English',
2121
translation: 'English',
22-
icon: '/images/shared/language/en_gb.svg',
22+
icon: '',
2323
},
2424
{
2525
id: 3,
2626
code: 'es',
2727
label: 'ES',
2828
title: 'Spanish',
2929
translation: 'Español',
30-
icon: '/images/shared/language/es.svg',
30+
icon: '',
3131
},
3232
{
3333
id: 4,
3434
code: 'fr',
3535
label: 'FR',
3636
title: 'French',
3737
translation: 'Français',
38-
icon: '/images/shared/language/fr.svg',
38+
icon: '',
3939
},
4040
{
4141
id: 5,
4242
code: 'ar',
4343
label: 'AR',
4444
title: 'Arabic',
4545
translation: 'العربية',
46-
icon: '/images/shared/language/ar.svg',
46+
icon: '',
4747
},
4848
{
4949
id: 6,
5050
code: 'zh-CN',
5151
label: 'ZH/CN',
5252
title: 'Simplified Chinese',
5353
translation: '简体中文',
54-
icon: '/images/shared/language/zh.svg',
54+
icon: '',
5555
},
5656
{
5757
id: 7,
5858
code: 'zh-TW',
5959
label: 'ZH/TW',
6060
title: 'Traditional Chinese',
6161
translation: '繁體中文',
62-
icon: '/images/shared/language/zh.svg',
62+
icon: '',
6363
},
6464
{
6565
id: 8,
6666
code: 'ko',
6767
label: 'KO',
6868
title: 'Korean',
6969
translation: '한국어',
70-
icon: '/images/shared/language/ko.svg',
70+
icon: '',
7171
},
7272
{
7373
id: 9,
7474
code: 'vi',
7575
label: 'VI',
7676
title: 'Vietnamese',
7777
translation: 'Tiếng Việt',
78-
icon: '/images/shared/language/vi.svg',
78+
icon: '',
7979
},
8080
{
8181
id: 10,
8282
code: 'hau-NG',
8383
label: 'NG/HAU',
8484
title: 'Nigerian Hausa',
8585
translation: 'Hausa',
86-
icon: '/images/shared/language/ng.svg',
86+
icon: '',
8787
},
8888
{
8989
id: 11,
9090
code: 'ewe-BJ',
9191
label: 'BJ/EWE',
9292
title: 'Benin Ewe',
9393
translation: 'Ewe',
94-
icon: '/images/shared/language/bj.svg',
94+
icon: '',
9595
},
9696
{
9797
id: 12,
9898
code: 'fon-BJ',
9999
label: 'BJ/FON',
100100
title: 'Benin Fon',
101101
translation: 'Fɔngbè',
102-
icon: '/images/shared/language/bj.svg',
102+
icon: '',
103103
}
104104
],
105105
},

0 commit comments

Comments
 (0)