i18n: add hungarian

Co-authored-by: mathis <37186532+maaaathis@users.noreply.github.com>
This commit is contained in:
henrygd
2025-02-14 21:08:49 -05:00
parent 821e2e3a78
commit 646b899851
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const config: LinguiConfig = {
"fa",
"fr",
"hr",
"hu",
"it",
"ja",
"ko",

View File

@@ -49,6 +49,11 @@ export default [
label: "Hrvatski",
e: "🇭🇷",
},
{
lang: "hu",
label: "Magyar",
e: "🇭🇺",
},
{
lang: "it",
label: "Italiano",