Skip to content

Commit 58d7b35

Browse files
committed
feat: add Telugu
1 parent 3aa3e92 commit 58d7b35

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/early-birds-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@replexica/spec": patch
3+
---
4+
5+
Added Telugu (India) locale

packages/spec/src/locales.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ const localeMap = {
176176
zgh: ['zgh-MA'],
177177
// Tagalog (Philippines)
178178
tl: ['tl-PH'],
179+
// Telugu (India)
180+
te: ['te-IN'],
179181
} as const;
180182

181183
export type LocaleCodeShort = keyof typeof localeMap;

0 commit comments

Comments
 (0)