Add NL/Dutch to i18n.config.ts

This commit is contained in:
Daltonganger
2025-02-20 21:16:32 +01:00
committed by GitHub
parent 36b4f55e1b
commit 0e4789f683

View File

@ -9,6 +9,6 @@ export default defineI18nConfig(() => ({
messages: {
en,
zh,
nl,
nl,
},
}))