Revision: 8754
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8754&view=rev
Author:   dominikoeo
Date:     2013-01-01 00:20:02 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
[fr] added rule to detect error *status quo* -> "statu quo"

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-12-31 21:26:58 UTC (rev 8753)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2013-01-01 00:20:02 UTC (rev 8754)
@@ -2773,6 +2773,16 @@
               <example type="correct">Voici ce qui vous est 
<marker>dû</marker>.</example>
             </rule>
         </rulegroup>
+        <rule id="STATU_QUO" name="statu quo">
+          <pattern>
+            <marker><token regexp="yes">statu([et]s?|s)</token></marker>
+            <token>quo</token>
+          </pattern>
+          <message>La locution latine s’écrit <suggestion>statu 
quo</suggestion>.</message>
+          <example type="incorrect">Il faut maintenir le 
<marker>status</marker> quo.</example>
+          <example type="incorrect">Il faut maintenir le 
<marker>statut</marker> quo.</example>
+          <example type="correct">Il faut maintenir le statu quo.</example>
+        </rule>
     </category>
     <category name="Élision">
         <!-- I find conflicting information about élision, so this needs to be 
reviewed.

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


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to