diff --git a/src/turkish/AdjectiveTur.gf b/src/turkish/AdjectiveTur.gf index 308f06d06..f8dad70e8 100644 --- a/src/turkish/AdjectiveTur.gf +++ b/src/turkish/AdjectiveTur.gf @@ -9,4 +9,6 @@ concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in { s = \\n,c => "daha" ++ a.s ! n ! c } ; + AdjOrd v = v ; + }