Closed (fixed)
Project:
Wordpress Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2009 at 12:17 UTC
Updated:
1 Oct 2009 at 00:10 UTC
Patch fixes unavailability to translate some strings and incorrect usage of t().
| Comment | File | Size | Author |
|---|---|---|---|
| wordpress_import-dev-2-correct-t-usage.patch | 2.81 KB | EllECTRONC |
Comments
Comment #1
EllECTRONC commentedP.S.: For example, the word 'documentation' can't be translated and even be parsed for translation, because your usage of t() is incorrect.
Comment #2
yrocq commentedHi 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 .
Comment #3
yrocq commentedComment #4
yrocq commentedFixed by #574278: Module rewrite and new features
Comment #5
yrocq commentedComment #6
yrocq commentedAlso fixed in DRUPAL-6--1