1
0
forked from GitHub/gf-rgl

Conjugation class Foreign is not needed, coincides with First

This commit is contained in:
Roman Suzi
2020-05-23 22:05:47 +03:00
parent 189f27a07b
commit 8290ace214
3 changed files with 6 additions and 17 deletions

View File

@@ -184,7 +184,7 @@ firstE: Conjugation; -- Verbs with vowel "ё": "даёшь" (give), "пьёшь
second: Conjugation; -- "вид-Ишь, вид-Им"
mixed: Conjugation; -- "хоч-Ешь - хот-Им"
dolzhen: Conjugation; -- irregular
foreign: Conjugation; -- foreign words which are used in Russian, +++ MG_UR: added +++
foreign: Conjugation; -- deprecated, not needed
true: Bool;
@@ -252,7 +252,7 @@ second = Second ;
secondA = SecondA ;
mixed = Mixed ;
dolzhen = Dolzhen;
foreign = Foreign; -- +++ MG_UR: added +++
foreign = Foreign; -- deprecated. Not needed
true = True;
false = False ;