1
0
forked from GitHub/gf-rgl

bugfix for Polish Phrasebook

This commit is contained in:
adam.slaski
2010-05-30 09:05:48 +00:00
parent fff515d11c
commit 33348e2382
2 changed files with 3 additions and 1 deletions

View File

@@ -140,6 +140,8 @@ resource AdjectiveMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
x + "zły" => model4 form (x+"źli"); x + "zły" => model4 form (x+"źli");
x + "ły" => model4 form (x+"li"); x + "ły" => model4 form (x+"li");
x + "sny" => model4 form (x+"śni"); x + "sny" => model4 form (x+"śni");
x + "szny" => model4 form (x+"szni");
x + "rzny" => model4 form (x+"rzni");
x + "zny" => model4 form (x+"źni"); x + "zny" => model4 form (x+"źni");
x + "chy" => model4 form (x+"si"); x + "chy" => model4 form (x+"si");
x + "hy" => model4 form (x+"zi"); -- błahy - błazi (not really in use) x + "hy" => model4 form (x+"zi"); -- błahy - błazi (not really in use)

View File

@@ -485,7 +485,7 @@ n9 = { unit = table {
s = s.s; s = s.s;
o = s.o; o = s.o;
a = s.a; a = s.a;
n = Pl n = s.n -- was Pl - why? very strange ASL
}; };
-- pot3 : Sub1000 -> Sub1000000 ; -- m * 1000 -- pot3 : Sub1000 -> Sub1000000 ; -- m * 1000