GNOME Bugzilla – Bug 640318
Previous/Next navigation texts are not translated
Last modified: 2011-04-28 13:28:24 UTC
Created attachment 179073 [details] Screenshot of the problem I'm using yelp-xsl 2.91.9 with yelp 2.91.10 on Ubuntu Natty. The Previous/Next navigation texts do not appear translated on the top right of the pages, for example in Orca's help, not even if I compile the help from git. The strings are translated in yelp-xsl's po file and appropriate gettext calls seem to be used on them[1], so I have no idea why is this happening. This is not a duplicate of bug #630053 - those strings are now translated (Further Reading etc.). [1]: http://git.gnome.org/browse/yelp-xsl/tree/xslt/mallard/html/mal2html-page.xsl#n350
*** Bug 648837 has been marked as a duplicate of this bug. ***
Ah! The gettext calls for Previous and Next were inside an xsl:for-each on $mal.cache. So the language lookup wasn't being done based on the cache file, not the actual page file. Fixed in master. Thanks.