From 25e47c3ce8b35b820b5370a4b8bfdf682bd5ae0b Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 26 Jul 2025 07:35:46 +0200 Subject: [PATCH] feat: add Norwegian support (#5332) --- frontend/src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/i18n/index.ts b/frontend/src/i18n/index.ts index b0550702..4e16357d 100644 --- a/frontend/src/i18n/index.ts +++ b/frontend/src/i18n/index.ts @@ -27,6 +27,7 @@ import("dayjs/locale/vi"); import("dayjs/locale/zh-cn"); import("dayjs/locale/zh-tw"); import("dayjs/locale/cs"); +import("dayjs/locale/no"); // All i18n resources specified in the plugin `include` option can be loaded // at once using the import syntax