• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Roberto Porcar

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • October 18, 2016 at 1:08 am in reply to: I need help to translate Genesis Framework in my language #194947
    Roberto Porcar
    Member

    Check it with a clean install (maybe you can use instant wordpress if you are on a PC (http://www.instantwp.com/).

    For the theme translation you will have to open the pot file from Poedit. You will see a button below with the label "crear traduccion nueva". Choose your desired language from the combo box and you are ready to translate the strings.

    You will see some translated sugestions on the right pane and there are shortcuts to go faster 🙂

    When saving you will see 2 generated files with po and mo extensions. You can keep both on the theme folder (and maybe you should keep them separately for backup).

    October 17, 2016 at 10:25 am in reply to: I need help to translate Genesis Framework in my language #194905
    Roberto Porcar
    Member

    Could you try to activate genesis translations on the genesis starter theme?

    Maybe you have a languages folder on your theme, with a ¿james.pot? file inside.

    You should translate those with poedit too.

    PD: I never hear before about that error on a genesis theme.

    October 16, 2016 at 10:15 am in reply to: I need help to translate Genesis Framework in my language #194838
    Roberto Porcar
    Member

    What theme are you using? you can download poedit (https://poedit.net/), but I never had to use this tool for a genesis theme.

    October 16, 2016 at 6:48 am in reply to: I need help to translate Genesis Framework in my language #194828
    Roberto Porcar
    Member

    I use genesis translations on all my sites (spanish) and works perfectly.

    You can do some "manual" fine tuning from your functions.php file, but the translation plugin should do the big job.

    Sometimes I change a bunch of strings with this function:

    function flamerz_translate( $translated_text, $text, $domain ) {
    
      switch ( $translated_text ) {
    
        case 'Next Page'           : $translated_text = __( 'Següent', 'genesis' ); break;
        case 'Previous Page'       : $translated_text = __( 'Anterior', 'genesis' ); break;
        case 'Search this website' : $translated_text = __( 'Buscar en el web', 'genesis' ); break;
        case 'Search Results for:' : $translated_text = __( 'Resultats de búsqueda per a:', 'genesis' ); break;
        case 'by'                  : $translated_text = __( 'per', 'genesis' ); break;
        case 'Filed Under: '       : $translated_text = __( 'Archivada en: ', 'genesis' ); break;
        case 'Tagged With: '       : $translated_text = __( 'Etiquetes: ', 'genesis' ); break;
        case '1 Comment'           : $translated_text = __( '1 Comentari', 'genesis' ); break;
        case '% Comments'          : $translated_text = __( '% Comentaris', 'genesis' ); break;
        case 'Leave a Comment'     : $translated_text = __( 'Deixa un comentari', 'genesis' ); break;
      }
    return $translated_text;
    }
    add_filter( 'gettext', 'flamerz_translate', 20, 3 );
    
  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble