Overview
| Comment: | [fr] tests pour la règle x_fois_par_période |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
fd86898b6083fa463ffd1df20718e2f2 |
| User & Date: | olr on 2017-06-17 06:28:16 |
| Other Links: | manifest | tags |
Context
|
2017-06-18
| ||
| 05:26 | [build][js] replace nbsp by nnbsp in suggestion action check-in: c722bee9fd user: olr tags: trunk, build, major_change | |
|
2017-06-17
| ||
| 06:28 | [fr] tests pour la règle x_fois_par_période check-in: fd86898b60 user: olr tags: trunk, fr | |
| 06:25 | [fr] faux positif: nôtre/vôtre check-in: 2595f0d522 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [0b787368d4] to [3ae1421f25].
| ︙ | ︙ | |||
6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 |
#### X fois par jour/an/semaine/etc.
__[i]/sgpl(sgpl_x_fois_par_période)__
fois par (ans|années|décennies|heures|jours|minutes|mois|secondes|semaines|semestres|trimestres) @@$
<<- -1>> \1 # Mettez au singulier : x fois par période de temps, donc pour chaque période de temps.
#### Locutions
# à
__[i]/sgpl(sgpl_à_nu)__
(m[eiî]\w+) +([aà] nu(?:es?|s)) @@0,$
| > > > | 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 |
#### X fois par jour/an/semaine/etc.
__[i]/sgpl(sgpl_x_fois_par_période)__
fois par (ans|années|décennies|heures|jours|minutes|mois|secondes|semaines|semestres|trimestres) @@$
<<- -1>> \1 # Mettez au singulier : x fois par période de temps, donc pour chaque période de temps.
TEST: vingt fois par {{ans}}, à peu près.
TEST: 12 fois par {{jours}}, ça suffit.
#### Locutions
# à
__[i]/sgpl(sgpl_à_nu)__
(m[eiî]\w+) +([aà] nu(?:es?|s)) @@0,$
|
| ︙ | ︙ |