diff --git a/client/src/i18n.ts b/client/src/i18n.ts index 7a7110c..10a8296 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -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