Revision: 7842
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7842&view=rev
Author:   dnaber
Date:     2012-08-12 12:13:23 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
[de] add exception to avoid false alarm

Modified Paths:
--------------
    trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java

Modified: trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java        
2012-08-12 09:32:59 UTC (rev 7841)
+++ trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java        
2012-08-12 12:13:23 UTC (rev 7842)
@@ -81,6 +81,7 @@
   static {
     exceptions.add("Hr");   // Hr. = Abkürzung für Herr
     exceptions.add("Auftrieb");
+    exceptions.add("Geschossen");
     exceptions.add("Vortrieb");
     exceptions.add("Abtrieb");
     exceptions.add("Gesandter");

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