Merge lp:~jbicha/ubuntu/oneiric/yelp-xsl/fix-772176 into lp:ubuntu/oneiric/yelp-xsl

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 9
Proposed branch: lp:~jbicha/ubuntu/oneiric/yelp-xsl/fix-772176
Merge into: lp:ubuntu/oneiric/yelp-xsl
Diff against target: 63 lines (+45/-0)
3 files modified
debian/changelog (+6/-0)
debian/patches/01_translatable_navigation_links.patch (+38/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~jbicha/ubuntu/oneiric/yelp-xsl/fix-772176
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+59932@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-04-05 10:41:37 +0000
3+++ debian/changelog 2011-05-04 14:05:58 +0000
4@@ -1,3 +1,9 @@
5+yelp-xsl (3.0.0-0ubuntu2) oneiric; urgency=low
6+
7+ * Make next and previous navigation buttons translatable, (LP: #772176)
8+
9+ -- Jeremy Bicha <jeremy@bicha.net> Wed, 04 May 2011 10:00:08 -0400
10+
11 yelp-xsl (3.0.0-0ubuntu1) natty; urgency=low
12
13 * New upstream release
14
15=== added directory 'debian/patches'
16=== added file 'debian/patches/01_translatable_navigation_links.patch'
17--- debian/patches/01_translatable_navigation_links.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/01_translatable_navigation_links.patch 2011-05-04 14:05:58 +0000
19@@ -0,0 +1,38 @@
20+Description: Make next and previous navigations links translatable
21+LP: #772176, Can be dropped with yelp-xsl 3.0.2
22+http://git.gnome.org/browse/yelp-xsl/commit/?id=935d31f14c66247304796582c9c8ad217063e152
23+
24+Index: yelp-xsl/xslt/mallard/html/mal2html-page.xsl
25+===================================================================
26+--- yelp-xsl.orig/xslt/mallard/html/mal2html-page.xsl 2011-05-04 09:49:51.557451474 -0400
27++++ yelp-xsl/xslt/mallard/html/mal2html-page.xsl 2011-05-04 09:54:26.774469894 -0400
28+@@ -295,9 +295,11 @@
29+ <xsl:with-param name="xref" select="$prev/../../@id"/>
30+ </xsl:call-template>
31+ </xsl:attribute>
32+- <xsl:call-template name="l10n.gettext">
33+- <xsl:with-param name="msgid" select="'Previous'"/>
34+- </xsl:call-template>
35++ <xsl:for-each select="$node">
36++ <xsl:call-template name="l10n.gettext">
37++ <xsl:with-param name="msgid" select="'Previous'"/>
38++ </xsl:call-template>
39++ </xsl:for-each>
40+ </a>
41+ </xsl:if>
42+ <xsl:if test="$prev and $next">
43+@@ -317,9 +319,11 @@
44+ <xsl:with-param name="xref" select="$next/@xref"/>
45+ </xsl:call-template>
46+ </xsl:attribute>
47+- <xsl:call-template name="l10n.gettext">
48+- <xsl:with-param name="msgid" select="'Next'"/>
49+- </xsl:call-template>
50++ <xsl:for-each select="$node">
51++ <xsl:call-template name="l10n.gettext">
52++ <xsl:with-param name="msgid" select="'Next'"/>
53++ </xsl:call-template>
54++ </xsl:for-each>
55+ </a>
56+ </xsl:if>
57+ </div>
58
59=== added file 'debian/patches/series'
60--- debian/patches/series 1970-01-01 00:00:00 +0000
61+++ debian/patches/series 2011-05-04 14:05:58 +0000
62@@ -0,0 +1,1 @@
63+01_translatable_navigation_links.patch

Subscribers

People subscribed via source and target branches

to all changes: