Skip to content

Commit

Permalink
[ca] fix false alarm: plural -os
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jul 5, 2017
1 parent 5491164 commit 942dd08
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44729,16 +44729,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<rule> <!--exception: raigs -->
<pattern>
<and>
<token regexp="yes">.+igs<exception regexp="yes">boligs|desigs|estoigs|lleigs|rebuigs|remigs|trepigs|migs|raigs</exception></token>
<token regexp="yes">.+igs<exception regexp="yes">boligs|desigs|estoigs|lleigs|rebuigs|remigs|trepigs|migs|raigs|càstigs</exception></token>
<token regexp="yes" inflected="yes">.+ig</token>
</and>
</pattern>
<message>També es pot escriure: <suggestion><match no="1" regexp_match="(.*[^aeiou][aeiou])i?gs" regexp_replace="$1jos"/></suggestion>.</message>
<short>Existeix plural en -os</short>
<message>Useu plural en -os.</message>
<suggestion><match no="1" regexp_match="(.*[^aeiou][aeiou])i?gs" regexp_replace="$1jos"/></suggestion>
<example correction="assajos">Els <marker>assaigs</marker></example>
<example correction="fajos">Els <marker>faigs</marker></example>
<example correction="fastijos">Els <marker>fastigs</marker></example>
<example>abadejos</example>
<example>abadejos i càstigs</example>
</rule>
<rule>
<pattern>
Expand Down

0 comments on commit 942dd08

Please sign in to comment.