lang: Add dutch language (#2413)
add dutch language Co-authored-by: Stephan Paternotte <Stephan-P@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user