From 73fde130da0b5bee2bdce238df496db564058699 Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Fri, 21 Feb 2025 14:44:49 +0800 Subject: [PATCH] chore: add `nl` locale in nuxt.config.ts --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index eafd988..3fb94d6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -25,7 +25,7 @@ export default defineNuxtConfig({ i18n: { vueI18n: './i18n.config.ts', strategy: 'no_prefix', - locales: ['en', 'zh'], + locales: ['en', 'zh', 'nl'], detectBrowserLanguage: { alwaysRedirect: true, useCookie: true,