Skip to content

Commit

Permalink
[fr] ESPACE_UNITES__27_temp_off_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GillouLT committed Oct 18, 2023
1 parent 206d3a9 commit 95b74f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117186,7 +117186,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token regexp="yes">\d.*\d\d\d$
<exception scope="previous" spacebefore="no" regexp="yes">[\-\/]</exception>
<exception regexp="yes">[12]\d\d\d$|\d.* \d.*|\d.*[\/]\d.*|\d.*[\.\,]\d.*|\d.*[a-z]\d.*|00\d.*|0[123456789]\d\d\d\d\d\d\d\d</exception>
<exception regexp="yes">^\d{7,9}$</exception></token>
<exception regexp="yes">^\d{7,30}$</exception></token>
</marker>
<token postag="[NJ].*" postag_regexp="yes"/>
</pattern>
Expand Down Expand Up @@ -117273,7 +117273,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token regexp="yes">\d.*\d\d\d$
<exception scope="next" spacebefore="no" regexp="yes">[\-\/]|(?-i)[A-Z].*</exception>
<exception regexp="yes">[12]\d\d\d$|\d.* \d.*|\d.*[\/]\d.*|\d.*[\.\,]\d.*|\d.*[a-z]\d.*|00\d.*|0[123456789]\d\d\d\d\d\d\d\d</exception>
<exception regexp="yes">^\d{7,9}$</exception></token>
<exception regexp="yes">^\d{7,30}$</exception></token>
</marker>
</pattern>
<message>Une espace peut être insérée afin d'améliorer la lisibilité de ce nombre.</message>
Expand Down

0 comments on commit 95b74f8

Please sign in to comment.