• 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 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    We really appreciate you writing in.

    Thank you very much for finding the solution. We will fix this issue in our next updates.

    Thanks.

    Thread Starter ramen100

    (@ramen100)

    You’re welcome!
    I found some Problems with language entries too. Not every entry in the settings page works. Maybe you can look over that too 🙂
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Found Error: Wrong Text Domain?’ is closed to new replies.