import nl in terms.js and pluralize translated words
This commit is contained in:
parent
7023279c90
commit
e641af5946
@ -2,8 +2,8 @@
|
||||
const nl = {
|
||||
headings: {
|
||||
contact: 'Contact',
|
||||
experience: 'Ervaring',
|
||||
education: 'Opleiding',
|
||||
experience: 'Ervaringen',
|
||||
education: 'Opleidingen',
|
||||
skills: 'Skills',
|
||||
about: 'Over mij'
|
||||
}
|
||||
|
||||
@ -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
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user