1
When I use English for my site the day names appear in the calendar, but when I use Dutch language for my site they do not appear.
Here's a piece of the pagesource when English is activated:
le="color: #000000"><?php <tr style="text-align:center;" class="head"> <td>Monday</td> <td>Tuesday</td> <td>Wednesday</td> <td>Thursday</td> <td>Friday</td> <td>Saturday</td> <td>Sunday</td> </tr> <tr> <th style="vertical-align:middle;">35</th>
And here's the code when selcting the Dutch language:
le="color: #000000"><?php <tr style="text-align:center;" class="head"> </tr> <tr> <th style="vertical-align:middle;">35</th>
The Dutch translation isn't the problem, because when I copy all original English language file in the /language/nederlands folder the problem is still there.
Anyone got an idea?