mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
concrete WeekdaySwe of Weekday = open LangSwe, ParadigmsSwe in {
|
|
|
|
lincat
|
|
WDay = PN ;
|
|
|
|
lin
|
|
Mon = regGenPN "måndag" utrum ;
|
|
Tue = regGenPN "tisdag" utrum ;
|
|
|
|
}
|