Revision: 7325
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7325&view=rev
Author:   gulp21-1
Date:     2012-06-12 16:44:56 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
[de] new rule: Eigenname: 'Girl's (Girls?\226?\128?\153) Day'

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

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-06-12 12:59:29 UTC 
(rev 7324)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-06-12 16:44:56 UTC 
(rev 7325)
@@ -4107,6 +4107,21 @@
             <example type="incorrect" correction="Unitymedia">Ich habe einen 
Kabelanschluss von <marker>Unity Media</marker>.</example>
             <example type="incorrect" correction="Unitymedia">Ich habe einen 
Kabelanschluss von <marker>Juniti Media</marker>.</example>
         </rule>
+        <rulegroup id="GIRLS_DAY" name="Eigenname: 'Girl's (Girls’) Day'">
+            <rule>
+                <pattern>
+                    <token regexp="yes">girl|boy</token>
+                    <token regexp="yes">'|’|`</token>
+                    <token>s</token>
+                    <token>day</token>
+                </pattern>
+                <message>Meinten Sie den Aktionstag <suggestion>\1s’ 
Day</suggestion>?</message>
+                <short>&eigenname;</short>
+                <example type="correct">Der <marker>Girls’ Day</marker> findet 
einmal im Jahr statt.</example>
+                <example type="incorrect" correction="Girls’ Day">Der 
<marker>Girl's Day</marker> findet einmal im Jahr statt.</example>
+                <example type="incorrect" correction="Boys’ Day">Der 
<marker>Boy`s Day</marker> ist ein Aktionstag.</example>
+            </rule>
+        </rulegroup>
         <!-- Prominente -->
         <rule id="ALEXIUS_MEINONG" name="Eigenname: 'Alexius Meinung 
(Meinong)'">
             <pattern case_sensitive="yes">

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to