Closed (fixed)
Project:
OpenSearch feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2009 at 03:32 UTC
Updated:
11 Feb 2010 at 20:00 UTC
In some calls to t() the module doesn't pass a literal string, which means the string to translate will not be extracted from the script to extract them, and therefore the passed string will not be translated.
Considering that those strings are used in the Opensearch description file, is there really the need to translate them? If then we consider that the description file is required by a search engine (a.k.a. an anonymous user), it is more probable that the strings would be in English, even if they could be translated.
Comments
Comment #1
avpadernoThis will be resolved once that #667632: Use token for variable replacement instead of @placeholders is implemented.
Comment #2
dave reidLet's consider this a duplicate then. :)
Comment #3
avpadernoIt is not a duplicate, as #667632: Use token for variable replacement instead of @placeholders could be implemented, and still the code could not use
t()correctly.Let's keep this open to remind us what needs to be changed.
Comment #4
avpadernoThe code has been changed, and committed in CVS.