Overview
Comment: | [fr][bug] indentation -> espaces |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
b09e0598de98bdaf0eff74e89b6d0479 |
User & Date: | olr on 2018-04-19 11:00:27 |
Other Links: | manifest | tags |
Context
2018-04-19
| ||
11:01 | [fr][bug] indentation -> espaces check-in: cee7f78a8e user: olr tags: trunk, fr | |
11:00 | [fr][bug] indentation -> espaces check-in: b09e0598de user: olr tags: trunk, fr | |
10:56 | [fr] faux positif: de cela > cela ne peut être sujet check-in: 600342fd83 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [54bd10e254] to [84a31f9c5f].
︙ | |||
1652 1653 1654 1655 1656 1657 1658 | 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 | - - - + + + | __[i]/tu(tu_après_demain)__ après demain <<- ->> après-demain # Il manque un trait d’union. __[i]/tu(tu_au_préposition)__ au (delà|dehors|desso?us|devant) @@$ <<- ->> au-\1 # Il manque un trait d’union. __[i]/tu(tu_avant_hier)__ avant hier <<- ->> avant-hier # Il manque un trait d’union. __[i]/tu(tu_bouche_à_oreille_bouche)__ bouche à (?:bouche|oreilles?) <<- morph(word(-1), ":D", False) ->> =\0.replace(" ", "-") # Il manque les traits d’union. __[i]/tu(tu_c_est_à_dire)__ c’est [àa] dire <<- ->> c’est-à-dire # Il manque les traits d’union. __[i]/tu(tu_chef_d_œuvre_lieu)__ chef (lieu|d’œuvre) @@$ <<- ->> chef-\1 # Il manque un trait d’union. __[i]/tu(tu_celui_celle_là_ci)__ |
︙ |