Added Hungarian and Italian to i18n file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user