From 6fb54fc09b6163605c91141c30b2ee7c412a502f Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 12 Aug 2020 01:20:35 -0400 Subject: [PATCH] Add hungarian support --- i18n.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i18n.js b/i18n.js index a72ca02..da58506 100644 --- a/i18n.js +++ b/i18n.js @@ -16,6 +16,7 @@ import de from './langs/de.json'; import es from './langs/es.json'; import es_AR from './langs/es_AR.json'; import fr from './langs/fr.json'; +import hu from './langs/hu.json'; import it from './langs/it.json'; import ja from './langs/ja.json'; import ko from './langs/ko.json'; @@ -39,6 +40,7 @@ const resources = { es: { translation: es }, 'es-AR': { translation: es_AR }, fr: { translation: fr }, + hu: { translation: hu }, it: { translation: it }, ja: { translation: ja }, ko: { translation: ko },