summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdaySwe.gf
blob: 2cd55c522c52f80068cb9a562b09c6a709dca053 (plain)
1
2
3
4
5
6
7
8
9
10
concrete WeekdaySwe of Weekday = open LangSwe, ParadigmsSwe in {

  lincat 
    WDay = PN ;

  lin
    Mon = regGenPN "måndag" utrum ;
    Tue = regGenPN "tisdag" utrum ;

}