Revision: 7655
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7655&view=rev
Author:   jaumeortola
Date:     2012-07-06 21:25:22 +0000 (Fri, 06 Jul 2012)
Log Message:
-----------
[ca] new rule STATU_QUO. 

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/ca/grammar.xml

Modified: trunk/JLanguageTool/src/rules/ca/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/ca/grammar.xml        2012-07-06 18:15:41 UTC 
(rev 7654)
+++ trunk/JLanguageTool/src/rules/ca/grammar.xml        2012-07-06 21:25:22 UTC 
(rev 7655)
@@ -4329,7 +4329,7 @@
         <rulegroup id="EVITA_ACCENTUACIO_NO_VALENCIANA" name="Evita 
l'accentuació general no valenciana (cafè, sotmès, conèixer)">
             <rule>
                 <pattern>
-                    <token regexp="yes">.+è|.+ès|.+èn<exception 
regexp="yes">perquè|què|Novetlè</exception></token>
+                    <token regexp="yes">.+è|.+ès|.+èn<exception 
regexp="yes">perquès?|quès?|Novetlè</exception></token>
                 </pattern>
                 <message>Accentuació no valenciana. Substituïu per: 
<suggestion><match no="1" regexp_match="^(.+)è(s|n)?" 
regexp_replace="$1é$2"></match></suggestion></message>
                 <short>Accentuació no valenciana.</short>
@@ -6366,7 +6366,7 @@
                 </example>
             </rule>
         </rulegroup>
-        <rule id="DONAR_A_LABAST" name="donar l'abast">
+        <rule id="DONAR_LABAST" name="*donar a l'abast/donar l'abast">
             <pattern>
                 <token inflected="yes">donar</token>
                 <token>a</token>
@@ -6378,6 +6378,16 @@
             <example type="incorrect">No <marker>dono a 
l'abast</marker></example>
             <example type="correct">No <marker>dono l'abast</marker></example>
         </rule>
+        <rule id="STATU_QUO" name="statu/*estatus quo">
+            <pattern>
+                <token>estatus</token>
+                <token>quo</token>
+            </pattern>
+            <message>Cal dir <suggestion>statu quo</suggestion>.</message>
+            <short>Expressió incorrecta</short>
+            <example type="incorrect"><marker>estatus quo</marker></example>
+            <example type="correct">statu quo</example>
+        </rule>
     </category>
 <!--     <category name="Sintaxi">
         <rulegroup id="ordre_dubtos" name="ordres de frase dubtosos">

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to