mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
Karin C's example
This commit is contained in:
12
grammars/video/Weekday/weekdaySwe.gf
Normal file
12
grammars/video/Weekday/weekdaySwe.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
concrete weekdaySwe of weekday = {
|
||||
|
||||
pattern
|
||||
--today = "idag" ;
|
||||
monday = "måndag" ;
|
||||
tuesday = "tisdag" ;
|
||||
wednesday = "onsdag" ;
|
||||
thursday = "torsdag" ;
|
||||
friday = "fredag" ;
|
||||
saturday = "lördag" ;
|
||||
sunday = "söndag" ;
|
||||
}
|
||||
Reference in New Issue
Block a user