Skip to content

Commit 5cf00f1

Browse files
trivikrCopilot
andauthored
feat(i18n): add hindi support (#704)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent d67241e commit 5cf00f1

File tree

3 files changed

+1729
-0
lines changed

3 files changed

+1729
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
134134
file: 'de-DE.json',
135135
name: 'Deutsch',
136136
},
137+
{
138+
code: 'hi-IN',
139+
file: 'hi-IN.json',
140+
name: 'हिंदी',
141+
},
137142
{
138143
code: 'hu-HU',
139144
file: 'hu-HU.json',

0 commit comments

Comments
 (0)