Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-dialects #818

Merged
merged 9 commits into from
Nov 26, 2024
10 changes: 10 additions & 0 deletions src/shared/constants/Dialect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ export default {
value: DialectEnum.IHU,
label: 'Ihuoma',
},
[DialectEnum.IKK]: {
code: 'ibo-ikk',
value: DialectEnum.IKK,
label: 'Ika',
},
[DialectEnum.IKW]: {
code: 'ibo-ikw',
value: DialectEnum.IKW,
label: 'Ikwere',
},
[DialectEnum.IQW]: {
code: 'ibo-iqw',
value: DialectEnum.IQW,
Expand Down
2 changes: 2 additions & 0 deletions src/shared/constants/DialectEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ enum DialectEnum {
EZE = 'EZE',
EZM = 'EZM',
IHU = 'IHU',
IKK = 'IKK',
IKW = 'IKW',
IQW = 'IQW',
ISU = 'ISU',
IZZ = 'IZZ',
Expand Down
Loading