Grammalecte  Check-in [dc1776bb2d]

Overview
Comment:[fr][bug] conj_generator: false -> False
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fr | multid
Files: files | file ages | folders
SHA3-256: dc1776bb2ddb6247a678e8a22cea923cd69bda486f987c5b38fd46382fd73f84
User & Date: olr on 2018-03-10 04:38:31
Other Links: branch diff | manifest | tags
Context
2018-03-10
21:07
[lo] lexicon editor: ui rework check-in: e2611084e9 user: olr tags: lo, multid
04:38
[fr][bug] conj_generator: false -> False check-in: dc1776bb2d user: olr tags: fr, multid
2018-03-09
21:18
[fx] lexicon editor: adjustments check-in: 5ffa64be0b user: olr tags: fx, multid
Changes

Modified gc_lang/fr/modules/conj_generator.py from [908448219c] to [db023176bc].

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
        lConj = [ [0, "", ":Y/*", false] ]
    return lConj


oConj = {
    "V1_ppas": {
        True: [
            [2,     "é",           ":Q:A:1ŝ:m:s/*",     False],







|







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
        lConj = [ [0, "", ":Y/*", False] ]
    return lConj


oConj = {
    "V1_ppas": {
        True: [
            [2,     "é",           ":Q:A:1ŝ:m:s/*",     False],