mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
fix in FoodsMkd.gf
This commit is contained in:
@@ -28,9 +28,9 @@ lin
|
|||||||
a = ASg kind.g};
|
a = ASg kind.g};
|
||||||
That kind = {
|
That kind = {
|
||||||
s = case kind.g of {
|
s = case kind.g of {
|
||||||
Masc => "овоj"; -- not sure
|
Masc => "оноj";
|
||||||
Fem => "оваа"; -- not sure
|
Fem => "онаа";
|
||||||
Neutr => "ова" -- not sure
|
Neutr => "она"
|
||||||
} ++
|
} ++
|
||||||
kind.s ! Sg;
|
kind.s ! Sg;
|
||||||
a = ASg kind.g};
|
a = ASg kind.g};
|
||||||
|
|||||||
Reference in New Issue
Block a user