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
+2
View File
@@ -14,6 +14,7 @@ import ptbr from './locales/pt-BR.json';
import tr from './locales/tr.json';
import bn from './locales/bn.json';
import id from './locales/id.json';
import nl from './locales/nl.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -35,5 +36,6 @@ export default defineI18nConfig(() => ({
tr,
bn,
id,
nl,
},
}));