Hello Daniel!
We are upgrading our site to get it fit for Joomla 3 and CComment component may not miss!
After Update process we have a problem on the Jomsocial timeline at the back end showing tags like:
{actor} {single} TEXT IN SINGULAR {/single}{multiple} TEXT IN PLURAL{/multiple}
Which I narrowed down is coming from the language file de-DE.plg_compojoomcomment_jomsocial.ini, where the line looks like:
JOMSOCIAL_ADDGENERAL_COMMENT="{actor} {single} TEXT IN SINGULAR {/single}{multiple} TEXT IN PLURAL{/multiple}"
I had a look at the corresponding English file, where the structure is totally different:
JOMSOCIAL_ADDGENERAL_COMMENT="%s commented on <a href='%s'>%s</a>"
There are as well a lot less variables in the English version than in the German one.
Now my question:
- Is the German file outdated and the English one would be correct?
- Do I need all the variables in the German file or are they obsolete?
I did attach the translated German version which I took one to one from the English file. Might be useful for you.