corrections in Dutch

This commit is contained in:
aarne
2010-05-24 16:36:35 +00:00
parent 499467777b
commit 2dc95734e2
5 changed files with 29 additions and 20 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