feat(locales): add Hebrew translation (#5903)

This commit is contained in:
Ronny Shani
2021-11-11 19:22:33 +01:00
committed by GitHub
parent d51ab43448
commit 928ea9b5c9
2 changed files with 307 additions and 0 deletions

View File

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