feat: add korean(ko) locale (#4332)

This commit is contained in:
Youngbin Han
2020-09-20 22:41:58 +09:00
committed by GitHub
parent c173d651a0
commit 6b35ca4e3b
2 changed files with 269 additions and 0 deletions

View File

@ -20,3 +20,4 @@ export { default as tr } from './tr';
export { default as uk } from './uk';
export { default as vi } from './vi';
export { default as zh_Hant } from './zh_Hant';
export { default as ko } from './ko';