Skip to content

Commit 6099161

Browse files
Add Kannada (kn-IN) locale translation
1 parent e61657e commit 6099161

3 files changed

Lines changed: 1721 additions & 0 deletions

File tree

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)