mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -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 ;
|
|
|
|
}
|