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