Added Hungarian and Italian to i18n file
This commit is contained in:
@@ -65,6 +65,16 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "fr",
|
countryCode: "fr",
|
||||||
fullCode: "fr-FR",
|
fullCode: "fr-FR",
|
||||||
},
|
},
|
||||||
|
["hu"]: {
|
||||||
|
name: "Magyar",
|
||||||
|
countryCode: "hu",
|
||||||
|
fullCode: "hu-HU",
|
||||||
|
},
|
||||||
|
["it"]: {
|
||||||
|
name: "Italiano",
|
||||||
|
countryCode: "it",
|
||||||
|
fullCode: "it-IT",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user