Skip to content

Instantly share code, notes, and snippets.

@willemvb
Created August 25, 2016 12:51
Show Gist options
  • Save willemvb/599ae1bb7ad37222ab97426c4fd9fb27 to your computer and use it in GitHub Desktop.
Save willemvb/599ae1bb7ad37222ab97426c4fd9fb27 to your computer and use it in GitHub Desktop.
Pikaday Dutch/Nederlands i18n
let i18n = {
previousMonth : 'Vorige maand',
nextMonth : 'Volgende maand',
months : ['Januari','Februari','Maart','April','Mei','Juni','Juli','Augustus','September','Oktober','November','December'],
weekdays : ['Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag'],
weekdaysShort : ['Zo','Ma','Di','Wo','Do','Vr','Za'],
}
@bbredewold
Copy link

Thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment