Translation not working properly
-
I created a translation file, put it in the languages folder of my child theme, then I included in the functions file of the child theme
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
function my_child_theme_setup() {
load_child_theme_textdomain( ‘hueman’, get_stylesheet_directory() . ‘/languages’ );Then I wanted to implement some changes (translation for ‘by’ should be ‘Pridal’ and not ‘Podla’), but it does not work. Is it possible to change specific words somewhere directly in theme files? If yest, then I may have done that but I cannot find this specific file any more. Any thoughts on this?
My website: skmbrussels.be
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Translation not working properly’ is closed to new replies.