Removed holidays from translation files.
[timetracker.git] / WEB-INF / lib / I18n.class.php
index 15799c2..7eb6228 100644 (file)
@@ -70,7 +70,6 @@ class I18n {
       $this->weekdayNames = $i18n_weekdays;
 
         $this->weekdayShortNames = $i18n_weekdays_short;
-        $this->holidays = $i18n_holidays;
 
       foreach ($i18n_key_words as $kword=>$value) {
         $pos = strpos($kword, ".");