1
0
forked from GitHub/gf-rgl

fix the order of cases

This commit is contained in:
Krasimir Angelov
2024-11-10 19:54:54 +01:00
parent d77c8fa23c
commit d2754c1623

View File

@@ -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 ;