Skip to content

Commit

Permalink
[ca] improve REPRESENTAT_REPRESENTANT
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jan 13, 2025
1 parent aad07e0 commit 75ebb61
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42905,6 +42905,29 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<short>Possible confusió</short>
<example correction="representants">Hi havia 75 <marker>representats</marker> en l'assemblea.</example>
</rule>
<rule default="temp_off">
<pattern>
<token>amb</token>
<marker>
<token regexp="yes">representats?</token>
</marker>
</pattern>
<message>¿Volíeu dir <suggestion><match no="2" regexp_match="(?iu).+t(s?)" regexp_replace="representant$1" case_conversion="preserve"/></suggestion>?</message>
<short>Possible confusió</short>
<example correction="representants">Amb <marker>representats</marker> barcelonins.</example>
</rule>
<rule default="temp_off">
<pattern>
<marker>
<token regexp="yes">representats?<exception scope="previous" regexp="yes">molt|ben|més</exception></token>
</marker>
<token postag="AQ.*|V.P." postag_regexp="yes"/>
</pattern>
<message>¿Volíeu dir <suggestion><match no="1" regexp_match=".+t(s?)" regexp_replace="representant$1"/></suggestion>?</message>
<short>Possible confusió</short>
<example correction="Representants"><marker>Representats</marker> catalans a la Unió Europea.</example>
<example>És un dels títols més representats rossinians</example>
</rule>
</rulegroup>
<rule id="FER_SERVIT" name="fer *servit/servir">
<pattern>
Expand Down

0 comments on commit 75ebb61

Please sign in to comment.