Differences From Artifact [64a0045832]:
- File graphspell-js/suggest.js — part of check-in [9b2711f688] at 2020-04-06 21:03:13 on branch trunk — [graphspell] add suggestion for pécunier (user: olr, size: 3758) [annotate] [blame] [check-ins using] [more...]
To Artifact [e077b6573b]:
- File graphspell-js/suggest.js — part of check-in [84fc065208] at 2020-04-09 20:22:52 on branch trunk — [graphspell] suggestions: chai -> j’sais (user: olr, size: 3835) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + |
// JavaScript
"use strict";
var suggest = {
fr: new Map ([
["bcp", "beaucoup"],
["ca", "ça"],
["cad", "c’est-à-dire"],
["cb", "combien|CB"],
["cdlt", "cordialement"],
["construirent", "construire|construisirent|construisent|construiront"],
["càd", "c’est-à-dire"],
["chai", "j’sais|je sais"],
["chais", "j’sais|je sais"],
["chui", "j’suis|je suis"],
["chuis", "j’suis|je suis"],
["dc", "de|donc"],
["done", "donc|donne"],
["email", "courriel|e-mail|émail"],
["emails", "courriels|e-mails"],
["ete", "êtes|été"],
|
| ︙ |