From 3bf66d275fd148785cd2132dd5013c2960e81eac Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 3 Apr 2018 12:37:34 +0000 Subject: [PATCH] Fixed Easter holiday for German language. --- WEB-INF/resources/de.lang.php | 2 +- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index e22c3741..2c4785ea 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -34,7 +34,7 @@ $i18n_months = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli $i18n_weekdays = array('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'); $i18n_weekdays_short = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); // format mm/dd -$i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/17', '05/28', '10/03', '12/25', '12/26'); +$i18n_holidays = array('01/01', '04/02', '05/01', '05/10', '05/28', '10/03', '12/25', '12/26'); $i18n_key_words = array( diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 223b24dd..b377a9ed 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.86.4223 | Copyright © Anuko | +  Anuko Time Tracker 1.17.86.4224 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1