• Hello,

    I can’t translate the ‘Read More >>’ on the home page into Italian.

    I created a child theme for changes, added the feature

    “function mychild_load_languages() { load_child_theme_textdomain( ‘minamaze-child’, get_stylesheet_directory() . ‘/languages’ ); } add_action( ‘after_setup_theme’, ‘mychild_load_languages’ );”

    I inserted the translation files in the ‘languages’ folder of the child theme but without success.

    I also tried creating a minamaze-it_IT.pot file in the parent theme without success.

    Not even editing the original minimaze.pot file causes translations to load.

    Your readmore.txt suggests using the ‘thinkup_modify_read_more_link()’ function but I don’t understand how.

    Can you tell me how to solve this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter etarom

    (@etarom)

    I was unable to use the child theme to insert translations.
    The only thing that worked for me is placing these translation files in the ‘languages’ folder of the parent theme:

    it_IT.mo
    it_IT.po
    it_IT.pot

    Edit from the Theme editor: main -> options -> 02.homepage.php

    Replace Read More

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘translate ‘Read More’’ is closed to new replies.