Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter infected

    (@infected)

    The lang folder includes only the file auto-thickbox-de_DE.po but the plugins language is still english.

    Sorry, forgot to mention that the suitable .mo file is also placed in this folder.

    Thread Starter infected

    (@infected)

    Solution:

    The problem appears in version 2.0.1 of the plugin. Add the following code to auto-thickbox.php right before class auto_thickbox …

    load_plugin_textdomain('auto-thickbox', false, dirname(plugin_basename(__FILE__)) . '/lang');

    Or simply wait for a new release…

    The problem still remains. Even in Version 2.0.2 where the above code is already included. So what to do now? Thanks for any hint.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Auto Thickbox] Translation doesn´t work’ is closed to new replies.