Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Hmmm. It should be; it has a German language file. I’ll check into it.

    I had the same problem and just found the error with the directory name. In file content-progress.php in line 29 change

    load_plugin_textdomain( 'content-progress', false, dirname( plugin_basename( __FILE__ ) . '/lang' ) );

    to

    load_plugin_textdomain( 'content-progress', false, dirname( plugin_basename( __FILE__ )) . '/lang' );

    Plugin Author Joe Dolson

    (@joedolson)

    Ha! Oh, parenthesis nesting…

    Thanks for catching that!

    Solved in version 1.3.9. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Language Problem WP 4.0 No German’ is closed to new replies.