Hey guys,
I'm having some problems translating my twitter theme. First off, the sentences I had troubles with I just translated right in the .php files (which I now regret, but it will be fairly easy to trace and fix if I need it).
But now I can't seem to translate the whole menu in the user dashboard. I can't localize the files that needs to be translated, they should be found under /oc-content/themes/[theme]/languages/[language]/theme.po or messages.po but they won't translate properly.
The php gets the code from:
<?php twitter_user_menu() ; ?>
<?php twitter_show_flash_message() ; ?>
But I can't find them to translate them manually either! Is there a simpler solution for this?
I tried fixing it with poedit but it doesn't fix it either.. Thanks in advance!