[Resolved] Add string translation to child theme

Home Forums Support [Resolved] Add string translation to child theme

Home Forums Support Add string translation to child theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #809150
    Tobias

    Hi,

    I includes some parts in my child theme, where I display messages like this:

    _e(‘This is some text’,’generatepress’);

    Now I need to translate this into german. Which is the best was to do this?

    Thank you.

    #809510
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You’d likely need to use your own text domain (instead of generatepress).

    Then you’d need to include a function like this to set the text domain and point to where the languages folder will be: https://developer.wordpress.org/reference/functions/load_child_theme_textdomain/

    #814210
    Tobias

    Thank you!

    #814718
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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