Revision: 10172
          http://sourceforge.net/p/languagetool/code/10172
Author:   marcoagpinto
Date:     2013-06-02 15:37:15 +0000 (Sun, 02 Jun 2013)
Log Message:
-----------
[PT]
Added one new rule:
1) at?\195?\169 ai=at?\195?\169 a?\195?\173

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

Modified: 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
        2013-06-02 11:04:00 UTC (rev 10171)
+++ 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
        2013-06-02 15:37:15 UTC (rev 10172)
@@ -21,7 +21,7 @@
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 
-$Id: grammar.xml,v 1.049 2013-05-14 12:25:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.050 2013-06-02 16:30:00 marcoagpinto Exp $
 -->
 <rules lang="pt" xsi:noNamespaceSchemaLocation="../rules.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
@@ -215,6 +215,19 @@
 
 
 
+    <!-- ATÉ AI até aí -->
+    <rule id="ATÉ_AI" name="até aí">
+      <pattern>
+        <token>até</token>
+        <token>ai</token>
+      </pattern>
+      <message>Substituir «até ai» por <suggestion>até 
aí</suggestion>.</message>
+      <example type="incorrect">E <marker>até ai</marker> tudo estava 
bem.</example>
+      <example type="correct">E <marker>até aí</marker> tudo estava 
bem.</example>
+    </rule>
+
+
+
     <!-- HÁ SUA à sua -->
     <rule id="HÁ_SUA" name="à sua">
       <pattern>

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to