Translation
-
Hello,
can you help me for a translation mistake.
I use bootstrap-classic with a child theme and a french version of WordPress.I guess I have to put the translation new files in my child theme, but in my case it doesn’t work.
I put this in my functions.php :
/** * Loads the child theme textdomain. */ function wpdocs_child_theme_setup() { load_child_theme_textdomain( 'bootstrap-basic', get_stylesheet_directory() . '/languages' ); } add_action( 'after_setup_theme', 'wpdocs_child_theme_setup' );
and put a fr_FR.po in a languages folder in my child theme.
I’ve translate some strings from default.po with poedit.
But I don’t see any changes.Thanks for your help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Translation’ is closed to new replies.