Skip to content

Commit

Permalink
chore: prepare Kinyarwanda
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Dec 30, 2024
1 parent 5b63707 commit 8a5239a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type LanguageValue =
| 'ptPt'
| 'ro'
| 'ru'
| 'rw'
| 'sk'
| 'sl'
| 'sv'
Expand Down Expand Up @@ -180,6 +181,12 @@ export const locales: {
signLangCodes: ['RSL'],
value: 'ru',
},
{
englishName: 'Kinyarwanda',
label: 'Ikinyarwanda',
langcode: 'YW',
value: 'rw',
},
{
englishName: 'Slovak',
label: 'slovenčina',
Expand Down

0 comments on commit 8a5239a

Please sign in to comment.