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

mercmobily’s picture

Hi,

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.

mercmobily’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.