The ability to delete multiple CPT’s or taxonomies at once..
We use a default installation with multiple CPT’s allready created and delete the ones we don’t use for the project.
When using another plugin to set the language your plugin does not pick up the language change and stays english (it is run earlier, maybe instead of “init” you can use “plugins_loaded” ?)
When removing “$this->load_plugin_textdomain();” and only using the native wordpress function “load_plugin_textdomain” there is no problem.
Example from WordPress: https://codex.wordpress.org/Function_Reference/load_plugin_textdomain
regards,
Floris