chore: add nl locale in nuxt.config.ts

This commit is contained in:
AnotiaWang
2025-02-21 14:44:49 +08:00
parent 0e4789f683
commit 73fde130da

View File

@ -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,