summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/omf.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/omf.xsl b/packaging/omf.xsl
index 538149d..8a78f28 100644
--- a/packaging/omf.xsl
+++ b/packaging/omf.xsl
@@ -41,7 +41,10 @@
<identifier url="file:/usr/share/fedora/doc/fedora-doc-{$docbase}/{$lang}/{$docbase}-{$lang}.xml"/>
</xsl:otherwise>
</xsl:choose>
- <language code="{$lang}"/>
+ <xsl:choose>
+ <xsl:when test="$lang='en'"><language code="C"/></xsl:when>
+ <xsl:otherwise><language code="$lang"/></xsl:otherwise>
+ </xsl:choose>
<relation seriesid="7a5d3ea2-2a1e-11da-86a3-8ea47a4bb227"/>
<rights type="GNU FDL" license.version="1.1" />
</resource>