Skip to content

Commit 0b48be1

Browse files
committed
feat: add Kinyarwanda and Kiswahili
1 parent c0f3666 commit 0b48be1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/hip-colts-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lingo.dev/_spec": patch
3+
---
4+
5+
add Kinyarwanda and Kiswahili

packages/spec/src/locales.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ const localeMap = {
150150
sw: [
151151
"sw-TZ", // Tanzania
152152
"sw-KE", // Kenya
153+
"sw-UG", // Uganda
154+
"sw-CD", // Democratic Republic of Congo
155+
"sw-RW", // Rwanda
153156
],
154157
// Persian (Iran)
155158
fa: ["fa-IR"],
@@ -189,6 +192,8 @@ const localeMap = {
189192
tl: ["tl-PH"],
190193
// Telugu (India)
191194
te: ["te-IN"],
195+
// Kinyarwanda (Rwanda)
196+
rw: ["rw-RW"],
192197
} as const;
193198

194199
export type LocaleCodeShort = keyof typeof localeMap;

0 commit comments

Comments
 (0)