After adding your translation files to yourthemename/lang folder
You need to attach a translation file for your theme
Add the code below to your function.php file. Don’t forget to change the theme_name
function exemple_function () { load_theme_textdomain('theme_name', get_template_directory() . '/lang') } add_action('after_setup_theme', 'exemple_function', 0 )