Differences From Artifact [5dcbe6a7fd]:
- File gc_lang/fr/modules/tests_modules.py — part of check-in [23db08c484] at 2025-09-12 13:18:49 on branch trunk — [core] display morphologic data in info() (user: olr, size: 6744) [annotate] [blame] [check-ins using]
To Artifact [20f3337db3]:
- File gc_lang/fr/modules/tests_modules.py — part of check-in [7e24b83b14] at 2025-09-13 13:25:30 on branch trunk — [graphspell] ad hoc suggestions with full uppercase words (user: olr, size: 6774) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
("email", "courriel"),
("fatiqué", "fatigué"),
("coeur", "cœur"),
("trèèèèèèèèès", "très"),
("vraaaaiiiimeeeeennnt", "vraiment"),
("oeil", "œil"),
("Oeil", "Œil"),
("apele", "appel"),
("Co2", "CO₂"),
("emmppâiiiller", "empailler"),
("testt", "test"),
("apelaion", "appellation"),
("exsepttion", "exception"),
("sintaxik", "syntaxique"),
| > | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
("email", "courriel"),
("fatiqué", "fatigué"),
("coeur", "cœur"),
("trèèèèèèèèès", "très"),
("vraaaaiiiimeeeeennnt", "vraiment"),
("oeil", "œil"),
("Oeil", "Œil"),
("OEIL", "ŒIL"),
("apele", "appel"),
("Co2", "CO₂"),
("emmppâiiiller", "empailler"),
("testt", "test"),
("apelaion", "appellation"),
("exsepttion", "exception"),
("sintaxik", "syntaxique"),
|
| ︙ | ︙ |