Revision: 9797
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9797&view=rev
Author:   dominikoeo
Date:     2013-03-26 21:45:09 +0000 (Tue, 26 Mar 2013)
Log Message:
-----------
[br] - fixed typo in example introduced in previous checkin:
       *Ur bihan a paotr* -> "Ur bihan a baotr"
     - fixed warning (regexp="yes" not needed with empty token).

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-03-26 21:39:31 UTC (rev 9796)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/rules/br/grammar.xml
        2013-03-26 21:45:09 UTC (rev 9797)
@@ -987,18 +987,18 @@
         <message>Ur c’hammadur dre vlotaat a zlefe bezañ gant an anv-gwan «\2» 
rak benel eo an anv «\4». (CHALM S5)</message>
         <example type="incorrect">Ur <marker>bihan</marker> a blac’h.</example>
         <example type="correct">Ur <marker>vihan</marker> a blac’h.</example>
-        <example type="correct">Ur <marker>bihan</marker> a paotr.</example>
+        <example type="correct">Ur <marker>bihan</marker> a baotr.</example>
       </rule>
       <rule>
         <pattern>
           <token regexp="yes">u[rn]</token>
-          <marker><token postag="J.*M:1:.*" postag_regexp="yes" 
regexp="yes"><exception postag="J|N.*" postag_regexp="yes"/></token></marker>
+          <marker><token postag="J.*M:1:.*" postag_regexp="yes"><exception 
postag="J|N.*" postag_regexp="yes"/></token></marker>
           <token>a</token>
           <token postag="N m s.*" postag_regexp="yes"><exception postag="N 
[ef] s.*|V.*" postag_regexp="yes"/></token>
         </pattern>
         <message>Ne zlefe ket bezañ ur c’hammadur dre vlotaat a zlefe bezañ 
gant an anv-gwan «\2» rak gourel eo an anv «\4». (CHALM S5)</message>
-        <example type="incorrect">Ur <marker>vihan</marker> a paotr.</example>
-        <example type="correct">Ur <marker>bihan</marker> a paotr.</example>
+        <example type="incorrect">Ur <marker>vihan</marker> a baotr.</example>
+        <example type="correct">Ur <marker>bihan</marker> a baotr.</example>
         <example type="correct">Ur <marker>vihan</marker> a blac’h.</example>
       </rule>
     </rulegroup>

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


------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to