diff --git a/resources/assets/js/plugins/i18n.js b/resources/assets/js/plugins/i18n.js index 71e5bed9..ac3dfdaa 100644 --- a/resources/assets/js/plugins/i18n.js +++ b/resources/assets/js/plugins/i18n.js @@ -8,6 +8,7 @@ import de from './de.json' import pt_BR from './pt-br.json' import it from './it.json' import sr_LA from './sr-latn.json' +import nl from './nl.json' Vue.use(VueI18n) @@ -22,6 +23,7 @@ const i18n = new VueI18n({ pt_BR, it, sr_LA, + nl, }, })