feat(locale): add Hebrew language (#3181)

This commit is contained in:
Sagiv
2025-01-27 11:50:48 +02:00
committed by GitHub
parent 2006ec0646
commit f3958773d6
2 changed files with 55 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ export { default as uk } from './uk'
export { default as vi } from './vi'
export { default as zh_cn } from './zh_cn'
export { default as zh_tw } from './zh_tw'
export { default as he } from './he'