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 2008/09/14 11:17:39 UTC

svn commit: r695154 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml

Author: dennisl
Date: Sun Sep 14 02:17:39 2008
New Revision: 695154

URL: http://svn.apache.org/viewvc?rev=695154&view=rev
Log:
o Use the correct language code for the Chinese localization.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml?rev=695154&r1=695153&r2=695154&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml Sun Sep 14 02:17:39 2008
@@ -36,7 +36,7 @@
         <artifactId>maven-site-plugin</artifactId>
         <version>@pom.version@</version>
         <configuration>
-          <locales>en,ca,cs,da,de,es,fr,hu,it,ja,ko,nl,no,pl,pt,pt_BR,sk,sv,tr,zh</locales>
+          <locales>en,ca,cs,da,de,es,fr,hu,it,ja,ko,nl,no,pl,pt,pt_BR,sk,sv,tr,zh_CN</locales>
         </configuration>
       </plugin>
     </plugins>