• Hello,

    I would like to translate Envince Theme on my site to Gerrman language and I am facing massive issues.
    I tried all common methods, but the translation is not working on the frontend.
    The wordpress installation is in done in a sub directory and working fine. I made several modifications of css and now since I want to change language I am completely stuck.

    I have done:
    – changed language in wordpress admin panel to German
    – added the de_DE.po and de_DE.mo file made with podeditor to the child theme /languages directory.
    – added other filenames to test with envince-child-de_DE.pot and so on…
    – added the files to the wordpress wp-content/languages directory
    – tried to translate with LocoTranslate Plugin
    – added a php function to the child-theme functions.php
    – added the po, mo, and pot files to the original envince (not child) languages-directory
    – added the (old method) define lang in php-config file in wordpress root:
    “define (‘WPLANG’, ‘de_DE’);”

    To clearify, this is my function on child-theme functions.php
    `function envince_child_setup() {
    $path = get_stylesheet_directory().’/languages’;
    load_child_theme_textdomain( ‘envince-child’, $path );
    }
    add_action( ‘after_setup_theme’, ‘envince_child_setup’ );

    Nothing worked. Still strings I translated are displayed in english on frontend. I am desperate now and do not know what to do else.
    Please help.

    Thank you.

    • This topic was modified 3 years, 11 months ago by mattmin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @mattmin,

    We appreciate your writing in,

    Could you please elaborate on your issue in a more detailed way? Upon inspecting your site we found that some of the content is translated whereas some content is still there which has been not translated. The header and footer content is translated. So can you please specify which of your content is not translated? Also every time we suggest our users use the loco translate plugin to translate their content and no issue has occurred. So please specify the area where you actually want to translate the content and we’ll get back to you.

    With Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with Translation of Envince Theme’ is closed to new replies.