Skip to content

Commit 6d5bb56

Browse files
feat(i18n): add kannada support (#1676)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 1d4dbd4 commit 6d5bb56

File tree

3 files changed

+1720
-0
lines changed

3 files changed

+1720
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
172172
file: 'hi-IN.json',
173173
name: 'हिंदी',
174174
},
175+
{
176+
code: 'kn-IN',
177+
file: 'kn-IN.json',
178+
name: 'ಕನ್ನಡ',
179+
},
175180
{
176181
code: 'te-IN',
177182
file: 'te-IN.json',

0 commit comments

Comments
 (0)