Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Strings in categoryfollowtoggle.php dosent get translated. Missing T(. Update i next version!

Hi

There are missing T( in 'categoryfollowtoggle.php' so strings don´t get translated.

Missing T( <p><?php echo T('CategoriesViewingAll', 'You are currently viewing all categories.'); ?><p>

Should be

<p><?php echo T('CategoriesViewingAll', T('You are currently viewing all categories.')); ?><p>

Same for the other lines.

Not so familiar with GitHub so i post this issue here.

Best Answer

Sign In or Register to comment.