Patch fixes unavailability to translate some strings and incorrect usage of t().

Comments

EllECTRONC’s picture

P.S.: For example, the word 'documentation' can't be translated and even be parsed for translation, because your usage of t() is incorrect.

yrocq’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Assigned: Unassigned » yrocq
Status: Patch (to be ported) » Active

Hi EllECTRONC,

I will include the part of your patch fixing the "documentation" link as soon as possible. Thanks.

However, the menu are already translated by Drupal in the menu hook. You shouldn't add t() for description or title. See http://api.drupal.org/api/function/hook_menu .

yrocq’s picture

Status: Active » Reviewed & tested by the community
yrocq’s picture

yrocq’s picture

Status: Reviewed & tested by the community » Fixed
yrocq’s picture

Also fixed in DRUPAL-6--1

Status: Fixed » Closed (fixed)

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