Revision: 8385
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8385&view=rev
Author:   dnaber
Date:     2012-11-12 22:04:37 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
[ro] remove the "spacebefore" which prevented the pattern from matching when 
there where two linebreaks before the quote

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ro/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ro/grammar.xml    
    2012-11-12 21:38:04 UTC (rev 8384)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/ro/grammar.xml    
    2012-11-12 22:04:37 UTC (rev 8385)
@@ -575,7 +575,7 @@
         <rule id="GHILIMELE_DUBLE_INCEPUT" name="Ghilimele duble la început de 
propoziție: [&quot;] în loc de [„]">
             <pattern case_sensitive="no">
                 <token postag="SENT_START"/>
-                <token spacebefore="no">"</token>
+                <token>"</token>
             </pattern>
             <message>Pentru limba română se folosește simbolul 
<suggestion>„</suggestion>.</message>
             <short>Ghilimele românești.</short>

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to