Author: dennisl
Date: Sat Jun 18 19:41:11 2011
New Revision: 1137232
URL: http://svn.apache.org/viewvc?rev=1137232&view=rev
Log:
[MCHANGES-260] Add pt_BR localization
Add the new locale to the l10n-maven-plugin.
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=1137232&r1=1137231&r2=1137232&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Jun 18 19:41:11 2011
@@ -507,6 +507,7 @@ under the License.
<locales>
<locale>de</locale>
<locale>fr</locale>
+ <locale>pt_BR</locale>
<locale>sv</locale>
</locales>
</configuration>