Overview
| Comment: | [fr] ajustement |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
061aec15d7c38f02723b2d7e4c33cd39 |
| User & Date: | olr on 2019-05-12 12:02:58 |
| Other Links: | manifest | tags |
Context
|
2019-05-12
| ||
| 12:51 | [fr] faux positifs et ajustements check-in: 95fe20fc0a user: olr tags: trunk, fr | |
| 12:02 | [fr] ajustement check-in: 061aec15d7 user: olr tags: trunk, fr | |
| 11:23 | [fr] màj: écritures épicènes check-in: 9ddc827390 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/rules.grx from [4e74695854] to [bf8ffc30c1].
| ︙ | ︙ | |||
733 734 735 736 737 738 739 |
TEST: ces militant·e·s {{acharné}}.
TEST: chez les {{immortel.le.s}}
__[i](eepi_écriture_épicène_singulier)__
({w_1}[éuitsrnldf])([-·–—.•⋅/][ntl]?e|[(][ntl]?e[)]) @@0,$
<<- not (\0.endswith(".Le") or \0.endswith(".Ne") or \0.endswith(".De"))
| | | 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 |
TEST: ces militant·e·s {{acharné}}.
TEST: chez les {{immortel.le.s}}
__[i](eepi_écriture_épicène_singulier)__
({w_1}[éuitsrnldf])([-·–—.•⋅/][ntl]?e|[(][ntl]?e[)]) @@0,$
<<- not (\0.endswith(".Le") or \0.endswith(".Ne") or \0.endswith(".De"))
and not (\0.endswith("-le") and not \1.endswith("l")) >>>
<<- ~>> =normalizeInclusiveWriting(\0)
<<- option("eepi") and (\1 == "un" or \1 == "Un") ->> un ou une|une ou un # Écriture épicène imprononçable. Préférez écrire lisiblement.
<<- __else__ and option("eepi") and not \0.endswith("·e") ->> =\1+"·"+\2[1:].rstrip(")") # Écriture épicène. Utilisez un point médian.
TEST: je suis {{déconsidéré.e}} par ma hiérarchie. ->> déconsidéré·e
TEST: il faut en parler à l’{{auteur(e)}} et à son agent. ->> auteur·e
TEST: le ou la {{patron/ne}} ->> patron·ne
|
| ︙ | ︙ |