Tileboard Date/Time Language

Hi there,

I’m trying to set my date\time language to NL (dutch) but can’t quite figure out how to do that.
There is no AM/PM but it keeps the day and month in english.

afbeelding

This is my left header style with all date and time information:

   header: 
{	   // https://github.com/resoai/TileBoard/wiki/Header-configuration

   styles: {
      padding: '20px 20px 0 20px',
      fontSize: '20px'
   },
   left: [
      {
         type: HEADER_ITEMS.DATETIME,
         dateFormat: 'EEEE, LLLL dd', //https://docs.angularjs.org/api/ng/filter/date
         styles: {
            margin: '0'
         }
      }
   ],

Add this

<script src="bower_components/angular-i18n/angular-locale_nl-nl.js"></script>

To index.html, directly before </head>