feat(locale): add zh_Hans locale (#5132)

Co-authored-by: darkyzhou <darkyoooooo@gmail.com>
This commit is contained in:
Erez Rokah
2021-03-18 15:14:24 +01:00
committed by GitHub
parent 69f145b747
commit e2ad39cb49
2 changed files with 297 additions and 0 deletions

View File

@ -26,3 +26,4 @@ export { default as zh_Hant } from './zh_Hant';
export { default as ko } from './ko';
export { default as hr } from './hr';
export { default as bg } from './bg';
export { default as zh_Hans } from './zh_Hans';