[Resolved] Translation Search & Comments

Home Forums Support [Resolved] Translation Search & Comments

Home Forums Support Translation Search & Comments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1305220
    Stephane

    Hi,

    2 parts of my website stayed in English:
    – “Search Results for”
    – Comments part

    Where can I translate it?

    #1305588
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Translations can be provided here: https://translate.wordpress.org/projects/wp-themes/generatepress/

    They need to reach 95% approved in order to ship to your Dashboard.

    Otherwise, you can use functions:

    add_filter( 'gettext', function( $text ) {
        if ( 'Search Results for: %s' === $text ) {
            $text = 'Results for: %s';
        }
    
        return $text;
    } );

    Which comments part are you referring to?

    #1306351
    Stephane

    Hi Tom

    Translation of GeneratePress: French (France) reached 100%.
    However, “Search Results for” is still in English

    Search Results
    https://imgur.com/y8mwbs8

    Comments:
    https://imgur.com/6JyY7M7

    Regards

    #1307062
    Tom
    Lead Developer
    Lead Developer

    If you go to “Dashboard > Updates”, do you see an “Update Translations” button at the bottom?

    #1307200
    Stephane

    My bad.
    You’re right, I needed to update the translations.

    Regards

    #1307921
    Tom
    Lead Developer
    Lead Developer

    Glad it’s working 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.