Skip to content

Commit c22fc47

Browse files
committed
Introduce NIgerian Yoruba language translation/ locale; fix lang filename.
1 parent 7bef98a commit c22fc47

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
File renamed without changes.

src/constants/menu.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,22 @@ export const menu = {
8787
},
8888
{
8989
id: 11,
90+
code: 'yor-NG',
91+
label: 'NG/YOR',
92+
title: 'Nigerian Yoruba',
93+
translation: 'Yoruba',
94+
icon: '',
95+
},
96+
{
97+
id: 12,
9098
code: 'ewe-BJ',
9199
label: 'BJ/EWE',
92100
title: 'Benin Ewe',
93101
translation: 'Ewe',
94102
icon: '',
95103
},
96104
{
97-
id: 12,
105+
id: 13,
98106
code: 'fon-BJ',
99107
label: 'BJ/FON',
100108
title: 'Benin Fon',

src/i18n.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const locales = [
1010
'ewe-BJ',
1111
'fon-BJ',
1212
'fr',
13-
'hau-NG',
13+
'hau-NG',
14+
'yor-NG',
1415
'ko',
1516
'vi',
1617
'zh-CN',

0 commit comments

Comments
 (0)