diff options
| author | aarne <unknown> | 2004-09-16 14:47:18 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-09-16 14:47:18 +0000 |
| commit | ecc132dccfc7617ed413f21ee37539475081f8ec (patch) | |
| tree | f6fe589eb3881e36b9a94d36aaba49fe4d4087e4 /grammars/video/Channel/date.Swe.gf | |
| parent | 7769d0fb00a34fb4499017a4aec01a59246b69a1 (diff) | |
Karin C's example
Diffstat (limited to 'grammars/video/Channel/date.Swe.gf')
| -rw-r--r-- | grammars/video/Channel/date.Swe.gf | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/grammars/video/Channel/date.Swe.gf b/grammars/video/Channel/date.Swe.gf new file mode 100644 index 000000000..87d887a9a --- /dev/null +++ b/grammars/video/Channel/date.Swe.gf @@ -0,0 +1,56 @@ +pattern +today = "today" ; +january = "01" ; +february = "02" ; +march = "03" ; +april = "04" ; +may = "05" ; +june = "06" ; +july = "07" ; +august = "08" ; +september = "09" ; +october = "10" ; +november = "11" ; +december = "12" ; + +day1 = "01" ; +day2 = "02" ; +day3 = "03" ; +day4 = "04" ; +day5 = "05" ; +day6 = "06" ; +day7 = "07" ; +day8 = "08" ; +day9 = "09" ; +day10 = "10" ; +day11 = "11" ; +day12 = "12" ; +day13 = "13" ; +day14 = "14" ; +day15 = "15" ; +day16 = "16" ; +day17 = "17" ; +day18 = "18" ; +day19 = "19" ; +day20 = "20" ; +day21 = "21" ; +day22 = "22" ; +day23 = "23" ; +day24 = "24" ; +day25 = "25" ; +day26 = "26" ; +day27 = "27" ; +day28 = "28" ; +day29 = "29" ; +day30 = "30" ; +day31 = "31" ; + +lin +month29 m = {s = m.s} ; +month30 m = {s = m.s} ; +month31 m = {s = m.s} ; +date29 d m = {s = d.s ++ m.s} ; +date30 d m = {s = d.s ++ m.s} ; +date3031 d m = {s = d.s ++ m.s} ; +date31 d m = {s = d.s ++ m.s} ; +date d = {s = d.s} ; |
