feat(locale): add czech localization (#3108)

This commit is contained in:
vojtapol
2020-01-20 06:23:10 -05:00
committed by Erez Rokah
parent ee02cf61ad
commit 0755f90142
2 changed files with 199 additions and 0 deletions

View File

@ -1,3 +1,4 @@
export { default as cs } from './cs';
export { default as de } from './de';
export { default as en } from './en';
export { default as es } from './es';