Skip to content

Commit bbfaca8

Browse files
vanikyatmilewski
andauthored
feat(localization): add Hindi, Bengali, Tamil, Telugu, and Malay language support (#5534)
Co-authored-by: Tom Milewski <[email protected]>
1 parent 4c3d6c1 commit bbfaca8

File tree

8 files changed

+6312
-2
lines changed

8 files changed

+6312
-2
lines changed

.changeset/neat-suits-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
feat(localization): Add Hindi, Bengali, Tamil, Telugu, and Malay language support

packages/localizations/src/bn-IN.ts

Lines changed: 1255 additions & 0 deletions
Large diffs are not rendered by default.

packages/localizations/src/hi-IN.ts

Lines changed: 1255 additions & 0 deletions
Large diffs are not rendered by default.

packages/localizations/src/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { arSA } from './ar-SA';
22
export { beBY } from './be-BY';
33
export { bgBG } from './bg-BG';
4+
export { bnIN } from "./bn-IN";
45
export { caES } from './ca-ES';
56
export { csCZ } from './cs-CZ';
67
export { daDK } from './da-DK';
@@ -14,25 +15,29 @@ export { esMX } from './es-MX';
1415
export { esUY } from './es-UY';
1516
export { fiFI } from './fi-FI';
1617
export { frFR } from './fr-FR';
17-
export { hrHR } from './hr-HR';
1818
export { heIL } from './he-IL';
19+
export { hrHR } from './hr-HR';
20+
export { hiIN } from "./hi-IN";
1921
export { huHU } from './hu-HU';
2022
export { idID } from './id-ID';
2123
export { isIS } from './is-IS';
2224
export { itIT } from './it-IT';
2325
export { jaJP } from './ja-JP';
2426
export { koKR } from './ko-KR';
2527
export { mnMN } from './mn-MN';
28+
export { msMY } from "./ms-MY";
2629
export { nbNO } from './nb-NO';
2730
export { nlBE } from './nl-BE';
2831
export { nlNL } from './nl-NL';
2932
export { ptBR } from './pt-BR';
3033
export { plPL } from './pl-PL';
3134
export { ptPT } from './pt-PT';
32-
export { ruRU } from './ru-RU';
3335
export { roRO } from './ro-RO';
36+
export { ruRU } from './ru-RU';
3437
export { skSK } from './sk-SK';
3538
export { svSE } from './sv-SE';
39+
export { taIN } from "./ta-IN";
40+
export { teIN } from "./te-IN";
3641
export { thTH } from './th-TH';
3742
export { trTR } from './tr-TR';
3843
export { ukUA } from './uk-UA';

0 commit comments

Comments
 (0)