Added translations

This commit is contained in:
Mehmet Bakirci 2017-10-16 15:52:11 +02:00
parent 5fd4682f4a
commit 7023279c90

View File

@ -0,0 +1,11 @@
/* eslint-disable */
const nl = {
headings: {
contact: 'Contact',
experience: 'Ervaring',
education: 'Opleiding',
skills: 'Skills',
about: 'Over mij'
}
};
export default nl;