Closed (outdated)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 15:23 UTC
Updated:
6 Nov 2016 at 15:39 UTC
Jump to comment: Most recent
Comments
Comment #1
eMPee584 commentedoops thats D6 here..
Comment #2
jcnventuraI don't understand why this is needed... Can this be a duplicate of #372387: possibility to re-import all .po files?
Comment #3
jcnventuraI don't understand why this is needed... Can this be a duplicate of #372387: possibility to re-import all .po files?
Comment #4
eMPee584 commentedlols nooo ;)
it's really only a minor issue, but without this code broken links are displayed in the locale block. If there is an English language node with the alias foobar, the links in the locale block on the page /en/printmail/foobar point to /[langcode]/printmail/foobar. This fails in the case that there is f.e. a German version of the same node with alias fuhbar. Without this code, the German language link on that path will point to /de/printmail/foobar instead of /de/printmail/fuhbar and might produce a 404 depending on multilingual settings.
So this hook implementation basically applies the work of translation_translation_link_alter() to links with print/printmail/printpdf prefix. Any clarities remaining?
Comment #5
jcnventuraComment #6
jcnventuraClosing all issues related to the Drupal 6 version of the print module.