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 2010/01/10 20:34:28 UTC

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

Author: dennisl
Date: Sun Jan 10 19:34:28 2010
New Revision: 897689

URL: http://svn.apache.org/viewvc?rev=897689&view=rev
Log:
[MPMD-111] Add Swedish translation

o Add Swedish to the l10n report

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=897689&r1=897688&r2=897689&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sun Jan 10 19:34:28 2010
@@ -210,6 +210,7 @@
               <locales>
                 <locale>de</locale>
                 <locale>fr</locale>
+                <locale>sv</locale>
               </locales>
             </configuration>
           </plugin>