Closed (fixed)
Project:
Rules
Version:
6.x-1.0-beta5
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 08:42 UTC
Updated:
8 Apr 2009 at 16:40 UTC
I currently translate the rules module and couldn't find the header of page ?q=admin/rules/rules/rules_default_rule_1/edit within the extracted strings ('Editing rule Example rule'). Could you check this?
I also suggest to put the rule name into em-Tags or simple quotation marks for better readability (result would be >Editing rule Example rule< or >Editing rule 'Example rule'<).
Comments
Comment #1
fagohm, it goes properly through t() - but it's dynamic like others menu item titles.
I verified that I can't find it in the translation interface. Then I tried the title of drupal's admin page "Translate interface" and I also wasn't able to find it? So this should be common problem - let's dig if there is already a solution for it.
Comment #2
mitchell commentedMoving to 6.x-1.x-dev.
This reported issue is almost a year old, so please check to see if this bug still exists.
Comment #3
FrankT commentedI can find the string 'Editing rule @label' using the string search (?q=admin/build/translate/search) now. Extracting a pot file and applying it to the de.po file I can not find it!?
Comment #4
fagoIt's still active! I've just fixed it by adding the string also as 'title' property, so the extractor should find it now.