summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf')
-rw-r--r--grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf15
1 files changed, 15 insertions, 0 deletions
diff --git a/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf b/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf
new file mode 100644
index 000000000..dc2f795e6
--- /dev/null
+++ b/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayEng.gf
@@ -0,0 +1,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" ;
+
+} \ No newline at end of file