in wppizza-addingredients.php (approx line 89)
took m a bit to find out why it did not load it.
so, do the following :
in wppizza-addingredients.php (approx line 89)
add_action(‘init’, array($this, ‘wppizza_ingredients_load_plugin_textdomain’));
and change to
add_action(‘init’, array($this, ‘wppizza_ingredients_load_plugin_textdomain’),99);
feel free to do that in the core file of the plugin as it will be default in th enext update