import nl in terms.js and pluralize translated words

This commit is contained in:
Mehmet Bakirci 2017-10-16 16:00:01 +02:00
parent 7023279c90
commit e641af5946
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@
const nl = {
headings: {
contact: 'Contact',
experience: 'Ervaring',
education: 'Opleiding',
experience: 'Ervaringen',
education: 'Opleidingen',
skills: 'Skills',
about: 'Over mij'
}

View File

@ -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
};