lang: Add dutch language (#2413)

add dutch language

Co-authored-by: Stephan Paternotte <Stephan-P@users.noreply.github.com>
This commit is contained in:
Bernd Storath
2026-01-21 09:39:18 +01:00
committed by GitHub
parent f62fad9c40
commit eb6b96c0f1
3 changed files with 293 additions and 0 deletions
+5
View File
@@ -109,6 +109,11 @@ export default defineNuxtConfig({
language: 'id-ID',
name: 'Bahasa Indonesia',
},
{
code: 'nl',
language: 'nl-NL',
name: 'Nederlands',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',