forked from GitHub/gf-rgl
bugfix for Polish Phrasebook
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user