Overview
| Comment: | [graphspell] fr: suggestions pour mn |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | graphspell |
| Files: | files | file ages | folders |
| SHA3-256: |
9c2342744ace9a0c8ffb02127008270f |
| User & Date: | olr on 2019-11-13 09:33:43 |
| Other Links: | manifest | tags |
Context
|
2019-11-16
| ||
| 00:35 | [fr] ajustements check-in: 362fb3add0 user: olr tags: trunk, fr | |
|
2019-11-13
| ||
| 09:33 | [graphspell] fr: suggestions pour mn check-in: 9c2342744a user: olr tags: trunk, graphspell | |
| 09:33 | [fr] ajustements check-in: 9d2fd6c583 user: olr tags: trunk, fr | |
Changes
Modified graphspell-js/suggest.js from [5ce7dc915f] to [3d2446f9b2].
| ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + |
["email", "courriel|e-mail|émail"],
["emails", "courriels|e-mails"],
["ete", "êtes|été"],
["Etes-vous", "Êtes-vous"],
["Etiez-vous", "Étiez-vous"],
["Etions-vous", "Étions-nous"],
["loins", "loin"],
["mn", "min"],
["mns", "min"],
["parce-que", "parce que"],
["pcq", "parce que"],
["pd", "pendant|pédé"],
["pdq", "pendant que"],
["pdt", "pendant"],
["pdtq", "pendant que"],
["pk", "pourquoi"],
|
| ︙ |
Modified graphspell/fr.py from [e0cd266bd7] to [9ec3f4b31a].
| ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + |
"email": "courriel|e-mail|émail",
"emails": "courriels|e-mails",
"ete": "êtes|été",
"Etes-vous": "Êtes-vous",
"Etiez-vous": "Étiez-vous",
"Etions-nous": "Étions-nous",
"loins": "loin",
"mn": "min",
"mns": "min",
"parce-que": "parce que",
"pcq": "parce que",
"pd": "pendant",
"pdq": "pendant que",
"pdt": "pendant",
"pdtq": "pendant que",
"pk": "pourquoi",
|
| ︙ |