mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fix the order of cases
This commit is contained in:
@@ -2,7 +2,7 @@ resource ResKaz = {
|
||||
|
||||
oper Compl = {s : Str} ;
|
||||
|
||||
param Case = Acc | Nom | Instr | Ablat | Gen | Loc | Dat ;
|
||||
param Case = Nom | Acc | Instr | Ablat | Gen | Loc | Dat ;
|
||||
param Number = Sg | Pl ;
|
||||
param Possession = Poss3Pl | Poss2Pl Formality | Poss1Pl | Poss2Sg Formality | Poss3Sg | Poss1Sg ;
|
||||
param Formality = Formal | Informal ;
|
||||
|
||||
Reference in New Issue
Block a user