You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/06/19 13:42:13 UTC

svn commit: r1137345 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: bimargulies
Date: Sun Jun 19 11:42:12 2011
New Revision: 1137345

URL: http://svn.apache.org/viewvc?rev=1137345&view=rev
Log:
[MCHANGES-260] Add pt_BR localization

Add the new locale to the l10n-maven-plugin.

Second application of this change.

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1137345&r1=1137344&r2=1137345&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Jun 19 11:42:12 2011
@@ -507,6 +507,7 @@ under the License.
               <locales>
                 <locale>de</locale>
                 <locale>fr</locale>
+                <locale>pt_BR</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>