You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/22 10:26:21 UTC

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

Author: olamy
Date: Sat Sep 22 08:26:21 2012
New Revision: 1388749

URL: http://svn.apache.org/viewvc?rev=1388749&view=rev
Log:
add new locale for 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=1388749&r1=1388748&r2=1388749&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Sat Sep 22 08:26:21 2012
@@ -417,6 +417,7 @@ under the License.
                 <locale>de</locale>
                 <locale>pt_BR</locale>
                 <locale>sv</locale>
+                <locale>es_AR</locale>
               </locales>
             </configuration>
           </plugin>