Skip to content

Commit 8aa127e

Browse files
bestlongcendai-mis
andauthored
feat(i18n): Frontend add zh_TW Option (apache#33192)
Co-authored-by: Shao Yu-Lung (Allen) <mis@cendai.com.tw>
1 parent 3729016 commit 8aa127e

File tree

2 files changed

+79
-78
lines changed
  • superset-frontend/packages/superset-ui-core/src/translation/types
  • superset/translations/zh_TW/LC_MESSAGES

2 files changed

+79
-78
lines changed

superset-frontend/packages/superset-ui-core/src/translation/types/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export type Locale =
3535
| 'pt'
3636
| 'pt_BR'
3737
| 'ru'
38-
| 'zh'; // supported locales in Superset
38+
| 'zh'
39+
| 'zh_TW'; // supported locales in Superset
3940

4041
/**
4142
* Language pack provided to `jed`.

0 commit comments

Comments
 (0)