feat(lang): add 'zh_Hant' locale (#3068)

Co-authored-by: Chen-Yi Hsu <11488168+cyihsu@users.noreply.github.com>
This commit is contained in:
Erez Rokah
2020-01-12 12:26:02 +02:00
committed by GitHub
parent 63ae92428a
commit 857a414e3d
2 changed files with 198 additions and 0 deletions

View File

@ -10,3 +10,4 @@ export { default as ru } from './ru';
export { default as ja } from './ja';
export { default as hu } from './hu';
export { default as pt } from './pt';
export { default as zh_Hant } from './zh_Hant';