Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Thanks for the heads up! I’ve added load_plugin_textdomain() and a POT file so the plugin can now be translated.

    If you’d like to submit a translation, we’d be happy to take one via pull request.

    Thread Starter fajo

    (@fajo)

    Great, just a small correction:

    public function load_plugin_textdomain() {
    load_plugin_textdomain('a8c-developer', null, dirname( plugin_basename( __FILE__ ) ) . '/languages');
    }
    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Why do you have the trailing slash removed? I haven’t ever had a problem with it added.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Language error’ is closed to new replies.