mce_external_languages: how does it really work?
Ok for everyone else’s benefit this is what is not explained in the documentation: You need to specify a textdomain anyway in your plugin (and together with it the path to the directory containing the language files, as usual). The PHP file used for the translation should contain an array like: $strings = array( ‘string1’ … Read more