Revision: 6135
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6135&view=rev
Author:   dnaber
Date:     2012-01-01 13:52:25 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
[de] avoid false alarms

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-01-01 12:31:25 UTC (rev 6134)
+++ trunk/JLanguageTool/src/java/org/languagetool/rules/de/CaseRule.java        
2012-01-01 13:52:25 UTC (rev 6135)
@@ -79,6 +79,8 @@
   
   private static final Set<String> exceptions = new HashSet<String>();
   static {
+    exceptions.add("Löhne");
+    exceptions.add("Eindrücke");
     exceptions.add("Gläubiger");
     exceptions.add("Biss");
     exceptions.add("Letzt");      // "zu guter Letzt"

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to