diff options
| author | 2017-08-25 08:50:11 +0200 | |
|---|---|---|
| committer | 2017-08-25 08:50:11 +0200 | |
| commit | 3ce2b4d1a8d70309ed353105b3fef617541a4b08 (patch) | |
| tree | 68e235a25c2cf194d92325e5d72ff9405871c960 | |
| parent | 2f56d40b5a737978ffce1250792228cffdf0fcbd (diff) | |
[i18n] gen.php: mar to mrt (#1623)
See https://github.com/FreshRSS/FreshRSS/pull/1617#discussion_r134110655
| -rw-r--r-- | app/i18n/nl/gen.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index 921a782d9..2a1d40e7e 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -77,8 +77,8 @@ return array( 'last_month' => 'Vorige maand', 'last_week' => 'Vorige week', 'last_year' => 'Vorig jaar', - 'mar' => 'mar', - 'march' => 'Mar', + 'mar' => 'mrt', + 'march' => 'Mrt', 'may_' => 'Mei', 'may' => 'Mei', 'mon' => 'Ma', |
