Skip to content

Commit

Permalink
[ca] enable rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Oct 2, 2024
1 parent 72c62de commit de05d5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22018,6 +22018,28 @@ Copyright (C) 2012 Jaume Ortolà i Font
</pattern>
<disambig action="ignore_spelling"/>
</rule>
<rulegroup id="HORES" name="hores">
<rule>
<pattern>
<token regexp="yes">\d?\d</token>
<token>:</token>
<token regexp="yes">\d\d</token>
<marker>
<token regexp="yes" case_sensitive="yes">UTC|CET|ET|EST|EDT|MEZ|RST|CEST|WAT</token>
</marker>
</pattern>
<disambig action="ignore_spelling"/>
</rule>
<rule>
<pattern>
<token regexp="yes">\d?\d\.\d\d</token>
<marker>
<token regexp="yes" case_sensitive="yes">UTC|CET|ET|EST|EDT|MEZ|RST|CEST|WAT</token>
</marker>
</pattern>
<disambig action="ignore_spelling"/>
</rule>
</rulegroup>
<rulegroup id="MATEMATIQUES" name="notació matemàtica">
<rule>
<pattern>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27521,8 +27521,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token>ha</token>
<token postag="V.[IS].*" postag_regexp="yes" inflected="yes">haver</token>
</pattern>
<message>¿Volíeu dir <suggestion>\3</suggestion>?</message>
<suggestion>hi \3</suggestion>
<message>¿Volíeu dir <suggestion>\2</suggestion>?</message>
<suggestion>hi \2</suggestion>
<example correction="havia|hi havia">T'<marker>ha havia</marker> dit el que passa?</example>
</rule>
</rulegroup>
Expand Down

0 comments on commit de05d5d

Please sign in to comment.