From e5ff1829a514bdc0655c7b115a0bc7d9fe949165 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 Jan 2024 08:44:12 +0800 Subject: [PATCH] chore: add Hungarian locale --- web/src/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/i18n.ts b/web/src/i18n.ts index 840e9af9..8e1feb7a 100644 --- a/web/src/i18n.ts +++ b/web/src/i18n.ts @@ -11,6 +11,7 @@ export const availableLocales = [ "fr", "hi", "hr", + "hu", "it", "ja", "ko",