Created
August 25, 2016 12:51
-
-
Save willemvb/599ae1bb7ad37222ab97426c4fd9fb27 to your computer and use it in GitHub Desktop.
Pikaday Dutch/Nederlands i18n
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks ;)