Translated strings not appearing – what am I missing?

You should analyze the path of the language file, is it correct?

Helpful plugins for this job:

You should check the function to get the path. The function get_template_directory get the path to the parent theme, not a child theme. If you will use your translation file of an child theme, then use get_stylesheet_directory_uri. That function get always the path of the active stylesheet.

Leave a Comment