Skip to content

Commit

Permalink
fix(localizations): Fix zh-TW localization and export it from index.ts (
Browse files Browse the repository at this point in the history
#2098)

Co-authored-by: Bryce Kalow <[email protected]>
Co-authored-by: Nikos Douvlis <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 8e55d3a commit b473ad8
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 139 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-kings-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Fix zh-TW localization and export zh-TW from index.ts
1 change: 1 addition & 0 deletions packages/localizations/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export { jaJP } from './ja-JP';
export { heIL } from './he-IL';
export { csCZ } from './cs-CZ';
export { zhCN } from './zh-CN';
export { zhTW } from './zh-TW';
export { koKR } from './ko-KR';
export { nbNO } from './nb-NO';
export { viVN } from './vi-VN';
Expand Down
Loading

0 comments on commit b473ad8

Please sign in to comment.