weekdays in Swe ; adverbs for next and last weekday

This commit is contained in:
aarne
2013-12-11 13:10:21 +00:00
parent 01ffe53fe9
commit eb2f006cf5
6 changed files with 26 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ lin
weekdayPunctualAdv w = w.point ;
weekdayHabitualAdv w = w.habitual ;
weekdayLastAdv w = ParadigmsFin.mkAdv ("viime" ++ w.point.s) ;
weekdayNextAdv w = ParadigmsFin.mkAdv ("ensi" ++ w.point.s) ;
oper