Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #38650
    @mozartc

    Hello,

    I´ve translated the theme for brazilian portuguese with poedit. Now I have the pt_BR.po e pt_BR.mo file. I went to the child theme functions.php > Languages > and I ve uploaded both files ( pt_BR.po e pt_BR.mo )

    But it didnt work! No translations were made. So I went to the Boss 1.1.4 > Languages and did the same upload (pt_BR.po e pt_BR.mo) still doenst work.

    Please provide me some help with that. The code that I’m using is standard, as you can see below.

    // Translate text from the PARENT theme.
    load_theme_textdomain( ‘boss’, get_stylesheet_directory() . ‘/languages’ );

    // Translate text from the CHILD theme only.
    // Change ‘boss’ instances in all child theme files to ‘boss_child_theme’.
    // load_theme_textdomain( ‘boss_child_theme’, get_stylesheet_directory() . ‘/languages’ );

    }
    add_action( ‘after_setup_theme’, ‘boss_child_theme_setup’ );

    Regards,

    Mozart

    Answers

    #38681

    Alyssa
    Participant
    @alyssa-buddyboss

    @mozartc have you tried using the codestyling plugin? This tends to solve many users translation issues.

    #38684
    @mozartc

    I Just did. It did not work.

    #38690
    @mozartc

    @tjchester the CodeStyling plugin that I ve used was CodeStyling Localization Preserver. Another one that I ve tried was Codestyling Localization. Both doesnt work. What is plan B?

    Regards,

    Mozart

    #38718
    @mozartc

    @tjchester I cant lauch my site until the translations are done. Unfortunatly it doesnt make any sense to have a social network in a language that my customers dont speak, so i’m really worried about it.

    Please, help me. I have a business to run here and I have a lot of preasure under this.

    Regards,

    Mozart

    #38735

    Alyssa
    Participant
    @alyssa-buddyboss

    @mozartc please send a copy of your issue with URL and admin credentials to [email protected]

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Translations’ is closed to new replies.