added hungarian admin translation (#12176)
* added hungarian admin translation * added missing keys
This commit is contained in:
@@ -24,6 +24,7 @@ import {
|
||||
vi,
|
||||
ko,
|
||||
nl,
|
||||
hu,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -64,6 +65,12 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: fr,
|
||||
},
|
||||
{
|
||||
code: "hu",
|
||||
display_name: "Magyar",
|
||||
ltr: true,
|
||||
date_locale: hu,
|
||||
},
|
||||
{
|
||||
code: "it",
|
||||
display_name: "Italiano",
|
||||
|
||||
3005
packages/admin/dashboard/src/i18n/translations/hu.json
Normal file
3005
packages/admin/dashboard/src/i18n/translations/hu.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 hu from "./hu.json"
|
||||
import it from "./it.json"
|
||||
import ja from "./ja.json"
|
||||
import pl from "./pl.json"
|
||||
@@ -43,6 +44,9 @@ export default {
|
||||
fr: {
|
||||
translation: fr,
|
||||
},
|
||||
hu: {
|
||||
translation: hu,
|
||||
},
|
||||
it: {
|
||||
translation: it,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user