Datepicker does not load language file
Permalink
I have made a custom block with datepicker, but it does not load the nl-language file. In the header it tries to load concrete/js/i18n/ui.datepicker-nl-NL.js, but that file does not exist, it should be concrete/js/i18n/ui.datepicker-nl.js. However, if I copy the file and change the filename to ui.datepicker-nl.js it still dispalys everything in english. In the dashboard it does show dutch. Any idea how i can get it to work on the page?
https://github.com/concrete5/concrete5/commit/b53f17d7d24d74deb4a5ff...
(web/concrete/elements/page_controls_header.php)
However, I can't explain why it still shows you the English text after you've renamed the file. Maybe a cache problem? If you could send us a link where we can have a look ourselves?