Differences From Artifact [55e5497434]:
- File gc_lang/fr/modules/conj.py — part of check-in [6a3646249d] at 2017-05-28 13:01:17 on branch trunk — [fr] conjugeur: mise à jour + pas de variable d’un seul caractère (user: olr, size: 17448) [annotate] [blame] [check-ins using]
To Artifact [06f8c4bce7]:
- File gc_lang/fr/modules/conj.py — part of check-in [2595f0d522] at 2017-06-17 06:25:49 on branch trunk — [fr] faux positif: nôtre/vôtre (user: olr, size: 17462) [annotate] [blame] [check-ins using]
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + | def getVtyp (sVerb): "returns raw informations about sVerb" if sVerb not in _dVerb: return None return _lVtyp[_dVerb[sVerb][0]] |
︙ |