Found Error: Wrong Text Domain?
-
I think I found an error in your load_plugin_textdomain in function plugin_init()
I created a German localization here, but when I downloaded it, I could put it to work
– in accesspress-facenook-auto-post.php you define yout textdomain as ‘accesspress-facebook-auto-post’ but in line 139 you load the textdomain ‘afap’
– naming my files afap-de_DE.mo and .po didn’t work
– I noticed that e.g. in accesspress-facenook-auto-post.php line 339 you use
<?php _e(‘Enable Auto Post’, ‘accesspress-facebook-auto-post’); ?> to load language entries, which is another textdomain than you loaded earlier– I renamed my language files to accesspress-facebook-auto-post-de_DE.mo / .po and replaced the textdomain in load_plugin_textdomain with ‘accesspress-facebook-auto-post’ and it works 😉
The topic ‘Found Error: Wrong Text Domain?’ is closed to new replies.