From 61ae717e9a6b3ac16c8f9c2a163ba6fddd402d34 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:02:26 +0100 Subject: [PATCH] Add new languages to resources --- src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 2e9ea39c..514324e6 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -22,6 +22,7 @@ import HttpBackend from 'i18next-http-backend'; export const i18nResources = [ 'ar', 'bn', + 'da', 'de', 'en', 'es',