Problems when using translated files
-
Hello there, I’m new to BP so please help me out.
I downloaded and installed everything, all working 100%. BUT, when I download the translated file buddypress-pt_BR(extensions) the theme starts to bug out. For example: when the pt_BR language is activated I cannot use “Members, Who’s Online, Welcome, and others” widget.
I tried doing step-by-step. I used the orginal language file, and it was working 100% again, then I downloaded the original language file to be translated. Then, I translated a couple of words using Poedit, saved and uploaded both files, the .po and .mo, named as suppose.
In this case, if I translate the word “Members” then it won’t show up on the Widget. If that word is not translated it WILL show up. The same for widget “Who’s Online”, if the word is not translated, it DOES show up, but when I translate and import the file it DOES NOT show up.
Does anyone have a solution for this? It seems to be a BUG because when I check the .po file the lines does not match “in my opinion”
For example:
on the buddypress-pt_BR.po file, it says:
#: bp-activity.php:192
#: bp-activity/feeds/bp-activity-personal-feed.php:21
msgid “Activity”
msgstr “Atividade”
But, if you go to the bp-activity.php line 192, all it says is:
if ( bp_is_home() ) {
And if you go to the second file on line 21, it is there:
<title><?php echo $bp->displayed_user->fullname; ?> – <?php _e( ‘Activity’, ‘buddypress’ ) ?></title>
Not sure if that has anything to do with how the translation works, but does any one no how to fix this?
Please let me know what you think.
Thank you.
- The topic ‘Problems when using translated files’ is closed to new replies.