feat: add hebrew admin translation (#12603)
This commit is contained in:
@@ -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",
|
||||
|
||||
3017
packages/admin/dashboard/src/i18n/translations/he.json
Normal file
3017
packages/admin/dashboard/src/i18n/translations/he.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user