• The supplied language files at /lang/uji-countdown-xx_XX.mo are not applied. Besides, they don’t contain backend strings so even if they were applied, they would not translate the backend. Finally, the template file should be named uji-countdown.pot instead of uji-countdown-en_US.pot (it should match the plugin’s text domain to be recognized properly by translation software).

Viewing 1 replies (of 1 total)
  • Thread Starter danielgm

    (@danielgm)

    Applying the mo-files can be fixed easily be replacing in file classes/class-uji-countdown.php:

    load_plugin_textdomain( $domain, FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );

    with

    load_plugin_textdomain( $domain, FALSE, UJIC_FOLD . '/lang/' );

    Please fix that in the next version.

Viewing 1 replies (of 1 total)
  • The topic ‘Incomplete language files supplied and not applied’ is closed to new replies.