Closed (fixed)
Project:
FriendList
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 23:22 UTC
Updated:
25 Oct 2008 at 18:53 UTC
Hi,
In the function friendlist_api_status_data() there are a lot of string what I can't translate like "Become a !rt_name", "Stop being a !rt_name" etc. Can you t() them?
Comments
Comment #1
mercmobily commentedHi,
The strings in friendlist_api_status_data() are by definition strings that will be translated. They represent the "raw" format of translation strings, in fact.
The placeholders are there -- you can't really run the t() function at that point, because you don't know the values of the variables.
If you find anywhere in the code a spot where these strings are shown without the t() around them, please open a new issue and point it out!
Merc.
Comment #2
mercmobily commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.