feat: Add Hebrew as a language option (#12083)

* feat: Add Hebrew as a language option

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Moor
2026-04-16 18:37:41 -04:00
committed by GitHub
parent 26f5bb9784
commit fccc343cb9
2 changed files with 36 additions and 30 deletions
+2
View File
@@ -18,6 +18,7 @@ import {
es,
faIR,
fr,
he,
hu,
it,
ja,
@@ -265,6 +266,7 @@ const locales = {
es_ES: es,
fa_IR: faIR,
fr_FR: fr,
he_IL: he,
hu_HU: hu,
it_IT: it,
ja_JP: ja,