summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf
blob: dc2f795e6eca50967dc3184e18c10cbb0c76bfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
concrete WeekdayEng of Weekday = {

pattern
today = "today" ;
monday = "monday" ;
tuesday = "tuesday" ;
wednesday = "wednesday" ;
thursday = "thursday" ;
friday = "friday" ;
saturday = "saturday" ;
sunday = "sunday" ;
today = "today" ;
tomorrow = "tomorrow" ;

}