mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
concrete WeekdaySwe of Weekday = open LangSwe, ParadigmsSwe in {
|
|
|
|
lincat
|
|
WDay = PN ;
|
|
|
|
lin
|
|
Mon = regPN "måndag" utrum ;
|
|
Tue = regPN "tisdag" utrum ;
|
|
|
|
}
|