Overview
Comment: | [graphspell][bug] missing comma |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | graphspell | rg |
Files: | files | file ages | folders |
SHA3-256: |
1d2ea1fb6607f219a6cb5fcb819d4323 |
User & Date: | olr on 2018-06-05 15:03:27 |
Other Links: | branch diff | manifest | tags |
Context
2018-06-05
| ||
15:04 | [fr] update tests check-in: 22b38f12e0 user: olr tags: fr, rg | |
15:03 | [graphspell][bug] missing comma check-in: 1d2ea1fb66 user: olr tags: graphspell, rg | |
2018-06-04
| ||
09:40 | [fr] test for regex pattern in graph check-in: 4f25d4fa97 user: olr tags: fr, rg | |
Changes
Modified graphspell/fr.py from [05e046495e] to [06350887f2].
1 2 3 4 5 6 7 8 | # French language dSugg = { "bcp": "beaucoup", "ca": "ça", "cad": "c’est-à-dire", "cb": "combien|CB", "cdlt": "cordialement", | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # French language dSugg = { "bcp": "beaucoup", "ca": "ça", "cad": "c’est-à-dire", "cb": "combien|CB", "cdlt": "cordialement", "construirent": "construire|construisirent|construisent|construiront", "càd": "c’est-à-dire", "dc": "de|donc", "email": "courriel|e-mail|émail", "emails": "courriels|e-mails", "Etes-vous": "Êtes-vous", "Etiez-vous": "Étiez-vous", "Etions-nous": "Étions-nous", |
︙ | ︙ |