diff --git a/src/lang/nl.js b/src/lang/nl.js index e69de29..75e127d 100644 --- a/src/lang/nl.js +++ b/src/lang/nl.js @@ -0,0 +1,11 @@ +/* eslint-disable */ +const nl = { + headings: { + contact: 'Contact', + experience: 'Ervaring', + education: 'Opleiding', + skills: 'Skills', + about: 'Over mij' + } + }; + export default nl; \ No newline at end of file