We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f3666 commit 0b48be1Copy full SHA for 0b48be1
.changeset/hip-colts-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@lingo.dev/_spec": patch
3
4
+
5
+add Kinyarwanda and Kiswahili
packages/spec/src/locales.ts
@@ -150,6 +150,9 @@ const localeMap = {
150
sw: [
151
"sw-TZ", // Tanzania
152
"sw-KE", // Kenya
153
+ "sw-UG", // Uganda
154
+ "sw-CD", // Democratic Republic of Congo
155
+ "sw-RW", // Rwanda
156
],
157
// Persian (Iran)
158
fa: ["fa-IR"],
@@ -189,6 +192,8 @@ const localeMap = {
189
192
tl: ["tl-PH"],
190
193
// Telugu (India)
191
194
te: ["te-IN"],
195
+ // Kinyarwanda (Rwanda)
196
+ rw: ["rw-RW"],
197
} as const;
198
199
export type LocaleCodeShort = keyof typeof localeMap;
0 commit comments