Index: gc_lang/fr/modules-js/cregex.js ================================================================== --- gc_lang/fr/modules-js/cregex.js +++ gc_lang/fr/modules-js/cregex.js @@ -98,14 +98,14 @@ } // check gender agreement if (this.mbEpi(l1) || this.mbEpi(l2)) { return true; } - if (this.mbMas(l1) && !this.mbMas(l2)) { + if (this.isMas(l1) && !this.mbMas(l2)) { return false; } - if (this.mbFem(l1) && !this.mbFem(l2)) { + if (this.isFem(l1) && !this.mbFem(l2)) { return false; } return true; }, Index: gc_lang/fr/modules/cregex.py ================================================================== --- gc_lang/fr/modules/cregex.py +++ gc_lang/fr/modules/cregex.py @@ -94,13 +94,13 @@ if mbPl(l1) and not mbPl(l2): return False # check gender agreement if mbEpi(l1) or mbEpi(l2): return True - if mbMas(l1) and not mbMas(l2): + if isMas(l1) and not mbMas(l2): return False - if mbFem(l1) and not mbFem(l2): + if isFem(l1) and not mbFem(l2): return False return True def checkConjVerb (lMorph, sReqConj): "returns True if in "