feat: add hebrew admin translation (#12603)

This commit is contained in:
GuyPaikowsky
2025-05-27 17:45:49 +03:00
committed by GitHub
parent 528ab9f8a8
commit 562f6288cd
3 changed files with 3028 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import {
enUS,
es,
fr,
he,
it,
ja,
pl,
@@ -72,6 +73,12 @@ export const languages: Language[] = [
ltr: true,
date_locale: fr,
},
{
code: "he",
display_name: "עברית",
ltr: false,
date_locale: he,
},
{
code: "hu",
display_name: "Magyar",

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@ import el from "./el.json"
import en from "./en.json"
import es from "./es.json"
import fr from "./fr.json"
import he from "./he.json"
import hu from "./hu.json"
import it from "./it.json"
import ja from "./ja.json"
@@ -48,6 +49,9 @@ export default {
fr: {
translation: fr,
},
he: {
translation: he,
},
hu: {
translation: hu,
},