1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00

Update nl.php

In Dutch, weekdays and monts are written in lowercase (https://www.babbel.com/en/magazine/a-guide-to-how-to-write-the-date-in-dutch).
This commit is contained in:
nils&paul 2023-08-29 15:35:29 +02:00 committed by Rémi Lanvin
parent 963a466e48
commit 44d5b4c3f0

View File

@ -61,28 +61,28 @@ return array(
),
'bymonth' => ' in %{months}',
'months' => array(
1 => 'Januari',
2 => 'Februari',
3 => 'Maart',
4 => 'April',
5 => 'Mei',
6 => 'Juni',
7 => 'Juli',
8 => 'Augustus',
9 => 'September',
10 => 'Oktober',
11 => 'November',
12 => 'December',
1 => 'januari',
2 => 'februari',
3 => 'maart',
4 => 'april',
5 => 'mei',
6 => 'juni',
7 => 'juli',
8 => 'augustus',
9 => 'september',
10 => 'oktober',
11 => 'november',
12 => 'december',
),
'byweekday' => ' op %{weekdays}',
'weekdays' => array(
1 => 'Maandag',
2 => 'Dinsdag',
3 => 'Woensdag',
4 => 'Donderdag',
5 => 'Vrijdag',
6 => 'Zaterdag',
7 => 'Zondag',
1 => 'maandag',
2 => 'dinsdag',
3 => 'woensdag',
4 => 'donderdag',
5 => 'vrijdag',
6 => 'zaterdag',
7 => 'zondag',
),
'nth_weekday' => array(
'1' => 'de eerste %{weekday}', // e.g. the first Monday