1
0
forked from GitHub/gf-rgl

forgot the file

This commit is contained in:
Krasimir Angelov
2024-10-15 15:43:51 +02:00
parent 26e89421d3
commit 41dfd532bd

10
src/norwegian/NamesNor.gf Normal file
View File

@@ -0,0 +1,10 @@
concrete NamesNor of Noun = CatNor ** NamesScand - [AdjLN] with
(ResScand = ResNor) ** {
lin AdjLN ap ln = ln ** {
s = \\c => preOrPost ap.isPre
(ap.s ! agrAdj (gennum ln.g ln.n) (DDef Def))
(ln.s ! c) ;
} ;
}