diff --git a/src/norwegian/NamesNor.gf b/src/norwegian/NamesNor.gf new file mode 100644 index 000000000..018150948 --- /dev/null +++ b/src/norwegian/NamesNor.gf @@ -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) ; + } ; + +}