Skip to content

Commit

Permalink
Add-dialects (#818)
Browse files Browse the repository at this point in the history
* Adds support for Asa, Ndoki, and Nkporo in our Dialect.ts and DialectEnum.ts files.

* chore: adds support for Ika and ikwere dialect

* chore: adds ika and ikwere dialect

* chore: adds support for Ika and ikwere dialect

* adds ika

* changes ika to ikk in enum code attribute
  • Loading branch information
Chinurum-Omenuko authored Nov 26, 2024
1 parent c25e305 commit e9578b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit e9578b0

Please sign in to comment.