Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 51 through 75 (of 1,099 total)
  • Author
    Search Results
  • #324681
    Takashi Matsuyama
    Participant

    Hello @honoluluman

    I am facing the same problem.
    My website is on Japanese language (ja) in the frontend and I get the url of invitations component like that /members/user/招待状/ (with the ja translation).
    And I get the same problem on Simplified Chinese (zh_CN : /members/user/邀请/).

    I was looking for a solution and found it here.
    I don’t have a solution, but I want to let you know that there are languages and users who have the same problem.

    Thank you.

    honoluluman
    Participant

    I am not sure if anyone else is facing the same problem.

    I have been testing and debugging for several hours for this problem.
    I am using premium theme boombox , but also tried on Twenty Twenty-Two. Everywhere the same issue.

    I have deactivated all plugins, minimum set up.

    My website is on GR language in the frontend and i get the url of invitations component like that /members/user/προσκλησεις/ (with the GR translation). It should be /members/user/invitations/ like the rest of the components. I get an error page as a return. The component is not active.

    When i change default front lang to UK that i can see the /invitations/ component and invitations are working normal.

    Of course i have been saving permalinks, disabling-enabling invitations settings

    Could anyone help please??

    smacrs
    Participant

    I use buddypress in my website, my website is in Arabic language, I translated all the strings to Arabic language but still when I do some actions the English translation appear by default, and when I refresh the page the Arabic language appear

    what should I do to make Arabic language the default and never show English language

    Thanks

    #319748
    danielmark
    Participant

    I am tried to remove/replace the gravatar text from bp-nouveau/buddypress/members/single/profile/change-avatar,
    tried it by overriding file, first I created directory in my theme like this : themes=name/buddypress/members/single/profile/change-avatar.php then copying all theme and comment all gravatar function to test, but the final look my members/member-name/profile/change-avatar/ just empty and header broken,
    then try to override the page with same code like original one but it still empty page.

    here what I need to replace or remove, that link of gravatar made it annoying to replace text via plugin

    
    <?php
    /**
     * BuddyPress - Members Profile Change Avatar
     *
     * @since 3.0.0
     * @version 3.2.0
     */
    ?>
    <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?>
    
    <?php if ( ! (int) bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>
    
    	<p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>
    
    

    and

    
    	<p class="bp-help-text">
    		<?php
    		/* Translators: %s is used to output the link to the Gravatar site */
    		printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. To change your profile photo, create an account with %s using the same email address as you used to register with this site.', 'buddypress' ),
    			/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    			'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    		); ?>
    	</p>
    
    <?php endif; ?>
    
    <?php
    bp_nouveau_member_hook( 'after', 'avatar_upload_content' );

    Wordpress version : 5.7.2
    buddypress version : 8.0.0

    #321122

    In reply to: Edit Profile Menu Text

    wbcomdesigns
    Participant

    try loco translate plugin for string translation

    #320907
    medialarts
    Participant

    HI…nice to find your topic…;)

    I found the string in the .pot file….but how to translate it? i use locotranslate..i have a german translation…but i dont find the string in the german ttranslation???

    What am i not getting?? Thanks for support…

    cleangist
    Participant

    @vapvarun

    I use a child Theme of Reign Theme. Now, I don’t want to use any additional plugins because I already have 36 plugins on my website.

    The text of Gravatar calls, has hard-coded links as seen here:

    <p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>

    I will like to edit all these texts directly and remove the Gravatar link without breaking things.

    How do I do that?
    Regards

    #320358
    Anonymous User 18296540
    Inactive

    100% bug in POT/PO files or notification system. It is not possible to translate the contents of activation emails. Only the fragments remain translated, but the greater part (no error was made) remains in English. This applies to phrases such as:

    1)
    Thanks for registering!

    To complete the activation of your account and site, go to the following link: {{{activate-site.url}}}.

    After you activate, you can visit your site at {{{user-site.url}}}.

    2)
    Thanks for registering!

    To complete the activation of your account and site, go to the following link: {{{activate-site.url}}}

    After you activate, you can visit your site at {{{user-site.url}}}.

    3)
    Thanks for registering!

    To complete the activation of your account, go to the following link and click on the ‘Activate’ button: {{{activate.url}}}

    If the ‘Activation Key’ field is empty, copy and paste the following into the field – {{key}}

    4)
    Thanks for registering!

    To complete the activation of your account, go to the following link and click on the Activate button:
    {{{activate.url}}}

    If the ‘Activation Key’ field is empty, copy and paste the following into the field – {{key}}

    5)
    Your account was activated successfully! You can now log in with the username and password you provided when you signed up.

    6)
    Your account was activated successfully! You can now log in with the username and password you provided when you signed up.

    danielmark
    Participant

    Thank you @vapvarun, I forgot the “Gravatar” contain hard coded link, does altering language possible with link?

    
    	<p class="bp-feedback info">
    		<span class="bp-icon" aria-hidden="true"></span>
    		<span class="bp-help-text">
    			<?php
    			/* Translators: %s is used to output the link to the Gravatar site */
    			printf( esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    				/* Translators: Url to the Gravatar site, you can use the one for your country eg: https://fr.gravatar.com for French translation */
    				'<a href="' . esc_url( __( 'https://gravatar.com', 'buddypress' ) ) . '">Gravatar</a>'
    			); ?>
    		</span>
    	</p>
    #319549
    Varun Dubey
    Participant

    to change text, you can use a translation file
    https://nimb.ws/vjei2a
    I was able to alter text using loco translate
    to change image dimension, you will need the above approach.

    #319083
    majagricar
    Participant

    Hello everyone,

    I have translated the whole Buddypress widget via Locotranslate, however there are a few words that I can’t find anywhere. These words are:
    – in the groups section: members, manage, popular, newest, active
    – in the members list: all members, private message

    Does anyone know where these words are located and how to translate them?

    Kind regards,
    Maja

    Jens
    Participant

    There seems to be no German translation for the “notification-description”.

    “You have 1 new reply to [topic] from [user]”

    And I can´t find a way to add a translation with the plugins “Loco Translate” (https://de.wordpress.org/plugins/loco-translate/) or “Say What?” (https://de.wordpress.org/plugins/say-what/), too. That works perfectly in other cases, but not in this one.

    Wordpress 5.6
    BuddyPress 7.1.0
    bbPress 2.6.6
    Loco Translate 2.5.0
    Say What? 1.9.6

    #318131
    ludovic07
    Participant

    Hello,
    I would like to specify that the translation problems are all in the “card-head-content-type” section.
    Why the rest is well translated and not in this section ??
    Thanks!

    ludovic07
    Participant

    Hello,
    I have had difficulty translating certain words into French for a week. All the text is correctly translated, except some words on the ‘Activity’ page. It’s untranslated words are ‘”Friends”, “xprofile”, “Activity”, “groups” …

    Here are the operations I did:
    – I have started to delete all my personalized translations.
    – I download the last “.po” file (buddypress-7.2.1-fr_FR) from glotpress in wp-content/languages/plugins.
    – In poedit, I executed the file verification: no error. The whole file is translated. There are warnings (yellow triangles) but I don’t think this must be annoying.
    – I read other topics which look like this problem but nothing works.

    So I’m desperately looking for where to look!
    Thanks for your help!

    #316749

    In reply to: Translation problem

    Jens
    Participant

    It´s been a while, but I am dealing with something similar now. So that might help…

    Say what?

    That seems to be the easiest way to add some missing translations. After installation you can find the plugin in WordPress under “Tools”. In my case I translated the Original-String “Engagements” with the Textdomain “buddypress”.

    #315822
    nishi05
    Participant

    Hi, I need help about language mo file.
    How to update the language file.
    I checked documentation and it was written.

    You can use your own translation version to fit your needs. Add it to /wp-content/languages/buddypress/. This new directory will not be automatically updated, so it is a safe place to store your custom work. BuddyPress will check for this directory as first. If nothing is found, it will use the translation stored wp-content/languages/plugins/. You can use both directories, so you will never miss an official translation and continue to use your own one. Simply remind to control your work after each BuddyPress update, with help of the buddypress.pot file.

    But, I guess BuddyPress will not check for this directory as first. I tried some ways. Maybe wp-content/languages/plugins/ path as first.

    #315733
    Mathieu Viet
    Moderator

    Hi @mociofiletto

    Thanks for contributing to Italian translation. I confirm strings should be fine. The %s placeholder is replaced by a link looking like this:

    '<a href="buddypress.org">' . __( 'Text of the link', 'buddypress' ) .'</a>'

    #315661
    Giuseppe
    Participant
    #312144
    David Cavins
    Keymaster

    You can add a custom translation using something like Loco Translate. It sounds like the issue is in the translation string.

    kitakitune
    Participant

    Hello! Thanks for the great plugins.
    I’m writing this question using a translation software because I’m Japanese and I don’t speak English.
    I’m sorry if it’s hard to read.

    What I want you to help me with is exactly what the title says.
    The private messaging feature, which works in legacy, doesn’t work in Nouveau.

    I first tried the contents of the two URLs below.
    It was 19 months ago, but only because it was so similar to the current situation.
    I’ve removed “https://&#8221; from the URL.

    buddypress.org/support/topic/private-message-button-not-working-right/

    buddypress.trac.wordpress.org/ticket/7908

    But since it didn’t improve, the

    I installed the version of “6.0.0-RC2” on this site to make sure that it was fixed.
    However, the situation did not change.

    I was wondering if it was something I was going through.
    I tried everything I could to stop all other plugins, verify with various themes, change the PHP version, clear the cache, reinstall, etc., but it didn’t improve.

    The Nouveau feature is great, and I’d like to be able to use it somehow.

    Please help me.

    Below.
    buddypress.org/support/topic/when-asking-for-support-2/
    I also wrote a response to the list I found in
    I’m sorry if I’m wrong in my perception.

    1. which version of WordPress are you running?

    Answer: “Version 5.4.1-en.

    2. did you install WordPress as a directory or subdomain installation?
    I did a quick install against the domain on the server.
    If the directory is installed, is it in the root or subdirectory?

    4. Have you upgraded from a previous version of WordPress? If so, from which version?
    One front.

    5. was WordPress working properly before installing/upgrading BuddyPress (BP)? Examples: permalinks, creating a new post, comments.
    It was functioning properly.

    6. What version of BP are you running?
    6.0.0-RC2.

    7.Have you upgraded from a previous version of BP? If so, from which version?
    5.2.

    Are there any plugins other than BuddyPress installed and activated? If so, which one is it?
    BuddyPress is not surprising.

    9.Are you using a standard WordPress theme or a customized theme?
    It’s standard stuff.

    10.Which theme do you use?
    TWENTY SEVENTEEN.

    11. Have you changed the core file in any way?
    No.

    Is there a custom function in bp-custom.php?
    No.

    13. if you’re running bbPress, which version is it? Or do you have bbPress built into your BuddyPress installation?
    No, I’m not using it.
    14.Please provide a list of errors in the server log file: codex.wordpress.org/Debugging_in_WordPress
    Is this it?
    Notice: Trying to access array offset on value of type int in /home/xx/tarianpapa.com/public_html/wp-includes/formatting.php on line 904

    15. Which company offers your hosting?
    //www.xserver.ne.jp/でしょうか
    16.Is the server running Windows, or if it’s Linux…Apache, nginx or something else?
    It’s a server called the X server, I think it’s Windows.
    17. Which BP theme do you use?
    If you mean NOUVEAU or Legacy, then NOUVEAU.
    18. did you overload the BuddyPress template file?
    I don’t think they did.
    19. Are there any other site customizations that you think are relevant to the problem?
    No, sir.

    Basic troubleshooting.

    BP Themes: Is this issue specific to the theme set in Dashboard->Settings->BuddyPRess->Options?
    It only happens in NOUVEAU.
    You can use the private message feature normally in Legacy.

    #311595
    kitakitune
    Participant

    @laschwi
    Hello!
    I recently ran into the same problem!

    It was caused by a plugin called “Lazy Load”.
    I stopped the “Lazy Load” plugin and now I can trim it!
    I’d be honored if I could help you with the same cause!

    By the way, I’m Japanese and I use a translation software to write here.
    I’m sorry if the sentence is off.

    #311259
    SyGy
    Participant

    Hi guys, I’m having a real bug when I rename the slug for activities.
    I use the code
    define ( 'BP_ACTIVITY_SLUG', 'attivita' );
    when I enter the user’s activities, the actions (comments, favorite, delete) are not displayed. I analyzed the page code and noticed that the modified slug is inserted in the code
    <div class=" attivita-meta action">
    should stay
    <div class="activity-meta action">

    I deleted the code to translate the slug and everything goes back to normal. Where can I find the template file to edit this div?
    The problem is only present on the member activity page. in groups and general activities everything is ok even with the translation of the slug.

    Can anyone help me? Have you already encountered this problem?

    #311235
    kamui83
    Participant

    i did try to change the line in this file buddypress\bp-members\classes\class-bp-registration-theme-compat.php, and also change the translation with loco translator, but it never change

    #311232
    shanebp
    Moderator

    The default theme is not used unless you select it as a WP theme – and it is very old and just there for legacy support.

    The string you want is here, on Line 3119
    buddypress\bp-members\classes\class-bp-registration-theme-compat.php

    $title = __( 'Activate Your Account', 'buddypress' );

    As you can see, it is ready for translation.
    You can see it in the language file, buddypress\buddypress.pot on Line 2984

    #311146
    jurisss
    Participant

    One translation string not work –
    ” Conversation between %s and you. “

Viewing 25 results - 51 through 75 (of 1,099 total)
Skip to toolbar