1
0
forked from GitHub/gf-rgl

corrections in Dutch

This commit is contained in:
aarne
2010-05-24 16:36:35 +00:00
parent 7d9d799d88
commit 55ae09e606
4 changed files with 9 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ resource ResDut = ParamX ** open Prelude in {
shortVoc : Str -> Str -> Str = \v,s -> init v + endCons s ;
endCons : Str -> Str = \s -> case s of {
_ + ("ts" |"rs") => s ;
_ + ("ts" |"rs" | "ls") => s ;
b + "s" => b + "z" ;
b + "f" => b + "v" ;
_ => s