From 6664efb48e788a2f73d1089f4bfb58819008c0e5 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:06:54 +0200 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 b495357d..2e9ea39c 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -31,6 +31,7 @@ export const i18nResources = [ 'ja', 'ko', 'nb-NO', + 'nl', 'pt', 'ru', 'sv',