You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/09/29 22:44:25 UTC

svn commit: r1391870 - in /incubator/ooo/devtools/consultants: strings_it.xml to-html.xsl

Author: robweir
Date: Sat Sep 29 20:44:25 2012
New Revision: 1391870

URL: http://svn.apache.org/viewvc?rev=1391870&view=rev
Log:
Add default locale parameter, make Italian strings more obvious for testing

Modified:
    incubator/ooo/devtools/consultants/strings_it.xml
    incubator/ooo/devtools/consultants/to-html.xsl

Modified: incubator/ooo/devtools/consultants/strings_it.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/strings_it.xml?rev=1391870&r1=1391869&r2=1391870&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/strings_it.xml (original)
+++ incubator/ooo/devtools/consultants/strings_it.xml Sat Sep 29 20:44:25 2012
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <strings>
-    <string id="page-title">Apache OpenOffice Consultants</string>
+    <string id="page-title">Ciao Apache OpenOffice Consultants</string>
     
     <string id="disclaimer-text">Although most individual users are able to install and use Apache OpenOffice without any help, or with the assistance of volunteers on our community support forum and mailing lists, 
         some users, especially corporate users, may have more complex requirements that require commercial services in order to optimize their deployments.  The following 

Modified: incubator/ooo/devtools/consultants/to-html.xsl
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/consultants/to-html.xsl?rev=1391870&r1=1391869&r2=1391870&view=diff
==============================================================================
--- incubator/ooo/devtools/consultants/to-html.xsl (original)
+++ incubator/ooo/devtools/consultants/to-html.xsl Sat Sep 29 20:44:25 2012
@@ -11,6 +11,8 @@
     
     -->
     
+    <xsl:param name="locale" select="en"/>
+    
     <xsl:variable name="fileName" select="concat('strings_', $locale, '.xml')"/>
     <xsl:variable name="localizedStrings" select="document($fileName)/*"/>