Closed (won't fix)
Project:
Weblink
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2005 at 17:33 UTC
Updated:
9 Feb 2005 at 00:11 UTC
Calls to _weblink_view_item() cannot be extracted by extractor.php in order to be translated.
Eg. _weblink_view_item("Rating", $node->rating);
In my opinion, the call should be _weblink_view_item(t("Rating"), $node->rating);
and the translation should not occur inside the function.
Matteo
Comments
Comment #1
Bèr Kessels commentedWE are in the proces off completely rewriting weblinks. So unless you provide a patch, this item is a wontfix. Sorry.
Comment #2
matteo commentedAt the moment, I extracted manually the strings and updated .po file manually.
No problem to write a patch, if it makes sense (if the new version will be ready soon, probably not).
Please let me know what to do...
Matteo
Comment #3
Bèr Kessels commentedin a nutshell the plans are as follows:
for 4.6 webslinks wont be re-released. Anyone wanting it for 4.6 will nbe encouraged to help in the new system.
The new system is getting its shape. As soon as we have something to show (days, maybe weeks, but not months) I will report that.
so, you can off course send in patches, but IMO its work for nothing. It would be much better if you wait a little and see what comes out of the new system. ;)
Comment #4
matteo commentedOk, Ber,
thanks for the updates.
I'll follow your suggestions.....
Matteo