Debug Bar Localization adds new panel to Debug Bar which displays information on the locale for your install and the language files loaded..
Which files WP tried to load to obtain translation and whether this was successful..
During the creating and continued development of this plugin localization related performance issue and bug were found in WordPress itself..
This plugin requires Debug Bar plugin to be installed and activated..
If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in Support Forum or in GitHub repository...
If your textdomain is loaded before this plugin is loaded, i.e if you load your textdomain on PHP file load from must-use plugin, or if your textdomain is loaded very late, i.e after the bar has loaded, this plugin can not pick up on the load .
As it says there, Debug Bar plugin needs to be active for this plugin to work.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
The plugin loading order functions were checking the wrong value and single site install, adding invalid value to the active plugins list causing incorrect 'plugin deactivated as file not found notices...
Fix WP 4.5 compatibility the check whether text-domain load call was made used in the function.
Read more