From 7023279c903152fe89fe0822f83e9c988c10d3d8 Mon Sep 17 00:00:00 2001 From: Mehmet Bakirci Date: Mon, 16 Oct 2017 15:52:11 +0200 Subject: [PATCH] Added translations --- src/lang/nl.js | 11 +++++++++++ 1 file changed, 11 insertions(+) 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