Hey, I'm trying to localize a plugin called Donate Plus (which is technically localized).
the plugin got en_CA and de_DE files, I tried to create the he_IL file without success. So I tried with the de files with the plugin but did not work.
I installed WPLANG in wp-config.php in de_DE but did not change the code.
This is the installation code:
load_plugin_textdomain( 'dplus', '/wp-content/plugins/donate-plus' );
And I made sure that the whole line is set for localization.
Who has a key?
source
share