docs-common/packaging khelpcenter-plugin.xsl,1.3,1.4

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Apr 11 20:23:41 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1199/packaging

Modified Files:
	khelpcenter-plugin.xsl 
Log Message:
Fix locale to proper en_US notation


Index: khelpcenter-plugin.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/khelpcenter-plugin.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- khelpcenter-plugin.xsl	30 Dec 2005 07:11:22 -0000	1.3
+++ khelpcenter-plugin.xsl	11 Apr 2006 20:23:39 -0000	1.4
@@ -5,12 +5,12 @@
 <!-- Note: do not indent this file!  Any whitespace here
      will be reproduced in the output -->
 
-  <xsl:param name="lang" select="'en'" />
+  <xsl:param name="lang" select="'en_US'" />
   <xsl:param name="docbase" select="'example-tutorial'" />
 
 <xsl:template match="/">[Desktop Entry]
 DocPath=help:/fedora-doc-<xsl:value-of select="$docbase"/>/index.html
-Name=<xsl:value-of select="/rpm-info/titles/translation[@lang='en']/title"/>
+Name=<xsl:value-of select="/rpm-info/titles/translation[@lang='en_US']/title"/>
 
 <xsl:for-each select="/rpm-info/titles/translation">Name[<xsl:value-of
 	select="@lang"/>]=<xsl:value-of select="title"/>




More information about the Fedora-docs-commits mailing list