You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/11/27 20:34:28 UTC

svn commit: r1206809 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: dennisl
Date: Sun Nov 27 19:34:27 2011
New Revision: 1206809

URL: http://svn.apache.org/viewvc?rev=1206809&view=rev
Log:
Add the pt_BR locale for the l10n-maven-plugin.

Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1206809&r1=1206808&r2=1206809&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sun Nov 27 19:34:27 2011
@@ -230,6 +230,7 @@ under the License.
               <locales>
                 <locale>de</locale>
                 <locale>fr</locale>
+                <locale>pt_BR</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>