Skip to content

Commit de1425c

Browse files
KirankumarAmbaticoderabbitai[bot]autofix-ci[bot]
authored
feat(i18n): add telugu support (#1106)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cb2c21d commit de1425c

File tree

3 files changed

+1717
-0
lines changed

3 files changed

+1717
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
156156
file: 'hi-IN.json',
157157
name: 'हिंदी',
158158
},
159+
{
160+
code: 'te-IN',
161+
file: 'te-IN.json',
162+
name: 'తెలుగు',
163+
},
159164
{
160165
code: 'mr-IN',
161166
file: 'mr-IN.json',

0 commit comments

Comments
 (0)