Overview
| Comment: | [graphspell][fr] màj: suggestions | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fr | graphspell | 
| Files: | files | file ages | folders | 
| SHA3-256: | 5c0cc39fca0a8a3770a16996fccc921b | 
| User & Date: | olr on 2019-08-24 12:42:59 | 
| Other Links: | manifest | tags | 
Context
| 2019-08-24 | ||
| 18:51 | [graphspell][fr] màj: suggestions check-in: 50c62cb5d6 user: olr tags: trunk, fr, graphspell | |
| 12:42 | [graphspell][fr] màj: suggestions check-in: 5c0cc39fca user: olr tags: trunk, fr, graphspell | |
| 12:32 | [fr] tag àCOI check-in: 2fb05f3c4b user: olr tags: trunk, fr | |
Changes
Modified graphspell-js/suggest.js from [e9f1ed7501] to [70b67bf7c6].
| ︙ | |||
| 41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | 
        ["tdq", "tandis que"],
        ["tj", "toujours"],
        ["tjs", "toujours"],
        ["tq", "tant que|tandis que"],
        ["ts", "tous"],
        ["tt", "tant|tout"],
        ["tte", "toute"],
 | 
Modified graphspell/fr.py from [ec4d58647f] to [3d5e29314f].
| ︙ | |||
| 41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | 
    "tj": "toujours",
    "tjs": "toujours",
    "tq": "tant que|tandis que",
    "ts": "tous",
    "tt": "tant|tout",
    "tte": "toute",
    "ttes": "toutes",
 |