From 088e8333f3c991d1abdbb00209671264b466f107 Mon Sep 17 00:00:00 2001 From: Donkie Date: Sat, 14 Oct 2023 11:20:39 +0200 Subject: [PATCH] Added Hungarian and Italian to i18n file --- client/src/i18n.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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