We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa3e92 commit 58d7b35Copy full SHA for 58d7b35
2 files changed
.changeset/early-birds-share.md
@@ -0,0 +1,5 @@
1
+---
2
+"@replexica/spec": patch
3
4
+
5
+Added Telugu (India) locale
packages/spec/src/locales.ts
@@ -176,6 +176,8 @@ const localeMap = {
176
zgh: ['zgh-MA'],
177
// Tagalog (Philippines)
178
tl: ['tl-PH'],
179
+ // Telugu (India)
180
+ te: ['te-IN'],
181
} as const;
182
183
export type LocaleCodeShort = keyof typeof localeMap;
0 commit comments