Skip to content

Commit

Permalink
[pt-PT] Rewrote rule ID:SIMPLIFICAR_É_NECESSÁRIO_TER_REQUER
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoagpinto committed Jul 20, 2024
1 parent 9b288b7 commit 78fb643
Showing 1 changed file with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2860,27 +2860,21 @@ USA
</rule>


<!-- É NECESSÁRIO TER requer -->
<rule id='SIMPLIFICAR_É_NECESSÁRIO_TER_REQUER' name="[pt-PT][Simplificar] é necessário ter → requer" type='style'>
<rule id='SIMPLIFICAR_É_NECESSÁRIO_TER_REQUER' name="[pt-PT][Simplificar] é necessário ter → requer" type='style' default="temp_off">
<!-- IDEA shorten_it -->
<!-- Created by Marco A.G.Pinto, Portuguese rule 2023-03-16 (2-MAR-2023+) -->
<!--
Para executar a app é necessário ter no mínimo um sistema operativo 64-bit. → Executar a app requer no mínimo um sistema operativo 64-bit.
-->
<pattern>
<marker>
<token>para</token>
<token postag='V.+' postag_regexp='yes'/>
<token postag='SPS00|(SPS00:)?D[ADI].+|(SPS00:)?PD.+' postag_regexp='yes'/>
<token postag='NC.+|AQ.+|NP.+|UNKNOWN' postag_regexp='yes'/>
<token skip='4' postag='VMN0000' postag_regexp='no'/>
<token>é</token>
<token>necessário</token>
<token>ter</token>
</marker>
<token postag='SPS00|(SPS00:)?[DP].+' postag_regexp='yes'/>
</pattern>
<message>&simplify_msg;</message>
<suggestion>\2 \3 \4 requer</suggestion>
<example correction="Executar a app requer"><marker>Para executar a app é necessário ter</marker> no mínimo um sistema operativo 64-bit.</example>
<suggestion><match no='2' include_skipped='all'/> requer</suggestion>
<example correction="Executar a aplicação requer"><marker>Para executar a aplicação é necessário ter</marker> o Windows 11.</example>
</rule>


Expand Down

0 comments on commit 78fb643

Please sign in to comment.