The path (URL) gets localized. This is not a desired behaviour in my opinion.

e.g. When I enter "user" as path for the login-block the URL gets rendered as "http://mysite.ext/Besucher".
same happens for "node" or "search".

I use Drupal 7 with german translations.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rangermeier’s picture

Status: Active » Needs review
FileSize
812 bytes

i think i fixed it, at least it works for me now. i just removed the t() call on $vars['block']->title_link in line 125 of block_titlelink.module

corresponding patch is attached.

ngmaloney’s picture

Assigned: Unassigned » ngmaloney

Thanks for filing. Will test patch and commit after testing.

ngmaloney’s picture

Status: Needs review » Fixed

Committed to 7x branch. Will push out a new release shortly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.