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/06/18 21:42:16 UTC

svn commit: r1137233 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

Author: dennisl
Date: Sat Jun 18 19:42:16 2011
New Revision: 1137233

URL: http://svn.apache.org/viewvc?rev=1137233&view=rev
Log:
[MCHANGELOG-122] Add pt_BR localization

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

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

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=1137233&r1=1137232&r2=1137233&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Sat Jun 18 19:42:16 2011
@@ -378,6 +378,7 @@ under the License.
             <configuration>
               <locales>
                 <locale>de</locale>
+                <locale>pt_BR</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>