Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 251 through 275 (of 1,142 total)
  • Author
    Search Results
  • LavishDhand
    Participant

    Hi!

    My WordPress version is : 4.5.3
    My BuddyPress version is : 2.6.1.1

    I have been trying to find a way to change the names / text of at least 2 BuddyPress member profile menu items.

    I want to change ‘Friends’ to ‘Connections’ and ‘Groups’ to ‘Clubs’.

    I tried using poedit with the latest pot file from BP 2.6 and translated all occurrences of ‘Friends’ and ‘Groups’ but it is still not working.

    translations

    All translations other than profile nav items are working fine. I also tried changing the language in WordPress settings, still no avail.

    Kindly help me

    Many thanks

    #256661
    danbp
    Participant

    Re-check your po file and see if the original word hasn’t a count beside it. Something like Members %s. Many translation are omitting this or use an erroneous variable ( something like % or %d or…nothing). In any case, the translation should contain, if exist in the original, such variables.
    Same remark if you use plugins or a theme who modify the menu.

    You can also check for the new nav API examples you could eventually help you to rename the items, but only if nothing goes to work with translation itself.

    #256655
    mrtomek
    Participant

    Hi,
    I am working on a site and in the main nav menu on the user page there are two words (links) not translated into my language (Messages and Groups), but Activites and Profile are translated. However there are these strings in the PO file and they are translated there but maybe they do not refer to these particular ones. Where can I find these strings to change them manually?

    #256451
    danbp
    Participant

    @socialc, since 2.6 and the new Nav API, there is a much simplier possibility as the translation file to change nav item names.


    @marcono
    , try this; not sure you learned, below snippet is on Nav API examples i indicated previously. 😉

    function bpcodex_rename_group_tabs() {
    
        if ( ! bp_is_group() ) {
            return;
        }
       
        buddypress()->groups->nav->edit_nav( array( 'name' => __( 'Group Discussion', 'buddypress' ) ), 'forum', bp_current_item() );
    }
    add_action( 'bp_actions', 'bpcodex_rename_group_tabs' );
    
    function bpcodex_rename_profile_tabs() {
     
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'My Buddy Forums', 'textdomain' ) ), 'forums' );
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'My Buddy Groups', 'textdomain' ) ), 'groups' );
     
    }
    add_action( 'bp_actions', 'bpcodex_rename_profile_tabs' );
    #256450
    socialc
    Participant

    @marcono you might want to read this page and consider making a translation file of your own.

    #255628
    danbp
    Participant

    The Danish translation is not complete… so the automatic translation doesn’t work.

    Read from here to go further:

    Languages and Translations

    #255627
    danbp
    Participant

    positionning: check CSS pseudo class :before or :after

    buddypress.pot: this file does nothing! It contains only the strings you can translate. If you need a translation, you have to create a po and a compiled mo file. To do this you need a tool like poEdit.

    Any code placed in bp-custom.php stays untouched after an update. It works like a child-theme.

    #255626
    hisselfandco
    Participant

    Hi jangolin
    Thanks for your reply – KLEO Theme language files are there…
    Problem I have is finding how to make buddypress find the Danish translations .po and .mo I have in wp-content/languages/plugins/
    I have no problems with other plugins only buddypress….

    #255618
    hisselfandco
    Participant

    Using v 2.6.1.1
    I do NOT have a folder: wp-content/buddypress/languages/
    And I DID add the .po and .mo to wp-content/languages/plugins/
    I am not using loco translate

    Have checked po language files and translation is still there….

    #255617
    jangolin
    Participant

    I am also using KLEO Sweet Date, even if your theme language files are there, they are probably without translation.

    When I opened my language file in poedit all my translation was gone and had to do the translation all over again and upload, then it worked

    So open your po. language files and see if your translation is still there

    #255615
    danbp
    Participant

    @hisselfandco,

    you used the wrong directory for translation.

    The directory to use IS NOT wp-content/buddypress/languages/

    if you manually upload a po/mo for BP, add it to

    wp-content/languages/plugins/buddypress-xx_XX.mo / po

    #255614
    hisselfandco
    Participant

    Thanks for the tip
    Using KLEO theme – can see that the language file is still there.
    Still having problems with getting buddypress to find the translations….

    #255612
    jangolin
    Participant

    I dont what theme you use but i found the solution for my problem

    The latest update from my theme erased the theme language files which made that the byddypress translation didnt show, I had to translate my theme language file all over again and upload po and mo file and now buddypress is showing again.

    Check if you theme language files are still there

    #255609
    hisselfandco
    Participant

    Having same problem with Danish language.
    Have added both .mo and .po to wp-content/buddypress/languages/ but can’t see the translations…
    However, bbpress seems to be getting the translations OK …

    #255571
    danbp
    Participant

    Deactivate loco translate and redo what i described previously.
    Search also for evtl. issues mentionned on loco translate support.

    Aside there is no reason to use that plugin if you don’t translated scecificcally BuddyPress to your nedd. sv_SE.po/mo are loaded automatically.
    If despite this, you use your own translation version, see how to prevent your translation to be overidden. It’s explained in one of the sticky topics on the plugin support.

    #255554
    danbp
    Participant

    I’m unable to reproduce your issue. WP and BP language update is working properly.

    BuddyPress har uppdaterats utan problem.

    Guess it is this who genrate now an issue.
    I have tried to update the po file with a new mo file but no difference

    Po & mo are not the same file, and mo is compiled…

    Remove all bp language files from /language/
    Deactivate and reactivate BP – this will force BP to reach his translation.

    jangolin
    Participant

    My translation in buddypress stop working after latest update 2.6.1

    My language files po and mo are in /wp-content/languages/plugins

    The POT file is in /wp-content/plugins/buddypress

    I have tried to update the po file with a new mo file but no difference

    I use Sweet Date theme and have some plugins as bpchat, bp poke, profiles serach, recent visitors and other, all other translation is working except buddypress and it all worked ok before the last update.

    Any solution to this problem?

    #255050
    eroguguli
    Participant

    Hello Buddypress,

    today on 23.06.2016 , there was a new update of (version 2.6.0) and here are the translations of notifications, messeges and friends on the tab were in german forgotten. can you please make it?

    #255033
    Slava Abakumov
    Moderator

    That was a surprise for me, as yesterday BuddyPress ru_RU was 100% translated by me – both dev and stable.
    I re-imported translations, so now everything is 100%.

    #255018
    danbp
    Participant

    Добрый день @valery-kondakoff,

    no it’s not a regression ! Just a question of delay after BP’s update. Translations are made by volonteers, which are humans, not programmed machines. You have to wait that the translation is completed.

    Or you can download the trunk version, which is already completed to 100%.
    https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/ru/default

    At the page bottom you have a download button and a file type selector. Select po and mo format and rename both files to buddypress-ru_RU

    #254975
    danbp
    Participant

    BuddyPress share the DB with WordPress (the wp where it is activated).

    An association between Polylang and Lingotek could be a good compromise.

    If you really want 3 WP, it’s possible for them to use one DB.

    Read also the documentation about installing BuddyPress on multisite.

    #254427
    damian12
    Participant

    > Which template did you changed?
    I changed the theme (thrive social) i’m testing , editing & setting because i want that theme for my site. I set another one i have installed (socialMe) to see if the translation problem in some places of the site persist in this one.

    > What do you want to fix if it works now ?
    I want to fix the problem in the thrive social template because that will be my main template.

    Yo said something like

    Apparently there are some missing tabs aside “subir”

    . What is that about?

    #254399
    danbp
    Participant

    > I just changed the template and the translations works fine.

    Which template did you changed ? What do you want to fix if it works now ?
    Have you tried with a Twenty theme ?

    #254397
    damian12
    Participant

    No dan, i’m not using the child theme, should i?

    This problem also happens in others translations arround my site, not only in “subir”.
    Badly to me, i have not other template that supports buddypress, but i will try to find one and install it to check that. Thanks for your awesome support.

    EDIT: I just changed the template and the translations works fine. So the problem is the template. What do you think i should do to fix it?

    #254395
    danbp
    Participant

    Unable to reproduce. It’s working for me. Here’s what i see on my test site.

    translation to spanish

    What i did:
    – set site language to español de argentina
    – downloaded venezuela’s version of po/mo
    – renammed both file to buddypress-es_AR (
    – added the file to this directory wp-content/languages/plugins/buddypress-es_AR.mo

    That worked without changing header information, as ID is still “stable”. Sorry, my fault.

    Perhaps try to change the theme to see if something get different. Apparently there are some missing tabs aside “subir”. Compare pictures.

    Do you use a child-theme where you changed a profile template ?

Viewing 25 results - 251 through 275 (of 1,142 total)
Skip to toolbar