diff --git a/src/lang/nl.js b/src/lang/nl.js index 75e127d..95a3c87 100644 --- a/src/lang/nl.js +++ b/src/lang/nl.js @@ -2,8 +2,8 @@ const nl = { headings: { contact: 'Contact', - experience: 'Ervaring', - education: 'Opleiding', + experience: 'Ervaringen', + education: 'Opleidingen', skills: 'Skills', about: 'Over mij' } diff --git a/src/terms.js b/src/terms.js index d122972..7cf3ba6 100755 --- a/src/terms.js +++ b/src/terms.js @@ -12,7 +12,8 @@ import ru from './lang/ru'; import ptbr from './lang/pt-br'; import hu from './lang/hu'; import pl from './lang/pl'; +import nl from './lang/nl'; export const terms = { - en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl + en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl, nl };