Overview
| Comment: | [graphspell] default suggestions for French language | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | graphspell | rg | 
| Files: | files | file ages | folders | 
| SHA3-256: | fd12f98d29ee06f319121b5798c25a8f | 
| User & Date: | olr on 2018-06-03 09:05:57 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2018-06-03 | ||
| 13:51 | [build][core] gc engine update check-in: 1d9246b161 user: olr tags: core, build, rg | |
| 09:05 | [graphspell] default suggestions for French language check-in: fd12f98d29 user: olr tags: graphspell, rg | |
| 08:32 | [graphspell] default suggestions for French language check-in: 7290d51bd9 user: olr tags: graphspell, rg | |
Changes
Modified graphspell/fr.py from [fd3907e461] to [215809bae0].
| ︙ | ︙ | |||
| 28 29 30 31 32 33 34 35 | 
    "qqunes": "quelques-unes",
    "ts": "tous",
    "tt": "tant|tout",
    "tte": "toute",
    "ttes": "toutes",
    "tq": "tant que|tandis que",
    "tdq": "tandis que",
}
 | > | 28 29 30 31 32 33 34 35 36 | 
    "qqunes": "quelques-unes",
    "ts": "tous",
    "tt": "tant|tout",
    "tte": "toute",
    "ttes": "toutes",
    "tq": "tant que|tandis que",
    "tdq": "tandis que",
    "y’a": "y a"
}
 |