Added Hungarian and Italian to i18n file

This commit is contained in:
Donkie
2023-10-14 11:20:39 +02:00
parent 0085b2f0f8
commit 088e8333f3

View File

@@ -65,6 +65,16 @@ export const languages: { [key: string]: Language } = {
countryCode: "fr",
fullCode: "fr-FR",
},
["hu"]: {
name: "Magyar",
countryCode: "hu",
fullCode: "hu-HU",
},
["it"]: {
name: "Italiano",
countryCode: "it",
fullCode: "it-IT",
},
}
i18n