Skip to content

Commit

Permalink
[pt] Removed "temp_off" from rule and added formal rule ID:ATURAR_SUP…
Browse files Browse the repository at this point in the history
…ORTAR_TOLERAR
  • Loading branch information
marcoagpinto committed Feb 14, 2025
1 parent c21a32e commit 9be46bf
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,7 @@ USA
</rule>


<rule id='COISAS_FUNCIONALIDADES' name="Coisas → funcionalidades" tone_tags='formal' default='temp_off'>
<rule id='COISAS_FUNCIONALIDADES' name="Coisas → funcionalidades" tone_tags='formal'>
<pattern>
<token skip='4' inflected='yes' regexp='no'>implementar</token>
<marker>
Expand All @@ -3697,6 +3697,20 @@ USA
</rule>


<rule id='ATURAR_SUPORTAR_TOLERAR' name="Aturar → suportar/tolerar" tone_tags='formal' tags='picky' default='temp_off'>
<pattern>
<marker>
<token inflected='yes' regexp='no'>aturar</token>
</marker>
</pattern>
<message>&informal_msg;</message>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>suportar</match></suggestion>
<suggestion><match no='1' postag='V.+' postag_regexp='yes'>tolerar</match></suggestion>
<example correction="suportam-me|toleram-me">Os meus pais <marker>aturam-me</marker> há décadas.</example>
<example>O pai tolera o filho há décadas.</example>
</rule>


<rule id='ESTAR_AQUI_PARA_INF_VIR_INF' name="'Estar aqui para' Inf. → 'Vir Inf.'" tone_tags='formal'>
<pattern>
<marker>
Expand Down

0 comments on commit 9be46bf

Please sign in to comment.