summaryrefslogtreecommitdiff
path: root/grammars/video/Channel/date.Swe.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-08-14 07:58:04 +0000
committerbjorn <bjorn@bringert.net>2008-08-14 07:58:04 +0000
commit77270a010a0b453e9a84c3e62db7cfd22e49d55d (patch)
treed17682a545d6ac1e68ff49b8c20964182794baf7 /grammars/video/Channel/date.Swe.gf
parent0bbb906141711767678f82b15a7b43e65e0b5bd6 (diff)
Remove the grammars directory. It was full of old grammars that don't compile these days. See the old source distributions if you want them.
Diffstat (limited to 'grammars/video/Channel/date.Swe.gf')
-rw-r--r--grammars/video/Channel/date.Swe.gf56
1 files changed, 0 insertions, 56 deletions
diff --git a/grammars/video/Channel/date.Swe.gf b/grammars/video/Channel/date.Swe.gf
deleted file mode 100644
index 87d887a9a..000000000
--- a/grammars/video/Channel/date.Swe.gf
+++ /dev/null
@@ -1,56 +0,0 @@
-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} ;