feat(locales): add Croatian translation (#4775)

This commit is contained in:
Marko Radoš
2021-01-04 16:58:11 +01:00
committed by GitHub
parent bda604b389
commit a92d53f889
2 changed files with 286 additions and 0 deletions

View File

@ -23,3 +23,4 @@ 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';
export { default as hr } from './hr';