Differences From Artifact [908448219c]:
- File gc_lang/fr/modules/conj_generator.py — part of check-in [456aa2a2aa] at 2018-03-06 16:44:41 on branch multid — [lo][fr][py] générateur de conjugaisons: nouvelles fonctions (user: olr, size: 126842) [annotate] [blame] [check-ins using]
To Artifact [db023176bc]:
- File gc_lang/fr/modules/conj_generator.py — part of check-in [dc1776bb2d] at 2018-03-10 04:38:31 on branch multid — [fr][bug] conj_generator: false -> False (user: olr, size: 126842) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | lConj.extend(oConj["V1_ppas"][bVarPpas]) elif sVerb.endswith("ir") and nGroup <= 2: # deuxième groupe lConj = oConj["V2"] lConj.extend(oConj["V2_ppas"][bVarPpas]) else: # TODO: troisième groupe |
︙ |