Author: dennisl
Date: Sat Oct 31 20:36:25 2009
New Revision: 831591

URL: http://svn.apache.org/viewvc?rev=831591&view=rev
Log:
Add the French locale to the l10n-plugin configuration and fix one of the 
errors reported by that plugin.

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    
maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=831591&r1=831590&r2=831591&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Oct 31 20:36:25 2009
@@ -472,8 +472,12 @@
             <artifactId>l10n-maven-plugin</artifactId>
             <version>1.0-alpha-2</version>
             <configuration>
+              <excludes>
+                <exclude>**/log4j.properties</exclude>
+              </excludes>
               <locales>
                 <locale>de</locale>
+                <locale>fr</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>

Modified: 
maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties?rev=831591&r1=831590&r2=831591&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties
 (original)
+++ 
maven/plugins/trunk/maven-changes-plugin/src/main/resources/trac-report_fr.properties
 Sat Oct 31 20:36:25 2009
@@ -17,7 +17,7 @@
 
 report.trac.name=Tickets Trac
 report.trac.description=Rapport des tickets dans Trac.
-report.jira.error=Une erreur est survenue, ce qui ne permet pas de 
g\u00E9n\u00E9rer le rapport. \
+report.trac.error=Une erreur est survenue, ce qui ne permet pas de 
g\u00E9n\u00E9rer le rapport. \
   Merci de v\u00E9rifier les traces dans la console pour conna\u00EEtre la 
cause de l'erreur.
 report.trac.header=Tickets Trac
 report.trac.dateformat=dd MMM yy


Reply via email to