summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rdf2hours2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rdf2hours b/bin/rdf2hours
index 32b2f86..340494c 100755
--- a/bin/rdf2hours
+++ b/bin/rdf2hours
@@ -332,6 +332,8 @@ sub specdescribe {
$weekdays =~ s/1, 2, 3, 4, 5/mandag-fredag/;
$weekdays =~ s/1, 2, 3, 4/mandag-torsdag/;
$weekdays =~ s/2, 3, 4, 5, 6, 7/tirsdag-søndag/;
+ $weekdays =~ s/2, 3, 4, 5, 6/tirsdag-lørdag/;
+ $weekdays =~ s/2, 3, 4, 5/tirsdag-fredag/;
$weekdays =~ s/3, 4, 5/onsdag-fredag/;
$weekdays =~ s/^2, 3, 4(|, [^5].*)$/tirsdag-torsdag$1/;
$weekdays =~ s/^(|.*?[\d^5], |.*?(?!fredag, ))6, 7(.*)$/$1weekend$2/;