• Resolved Indent

    (@indent)


    I have made the .mo and .po files for my language and added the code below to the pre-publish-reminders.php, but there’s no change.

    function myplugin_init() {
      load_plugin_textdomain( 'pre-publish-reminders', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/' );
    }
    add_action('init', 'myplugin_init');

    Obviously something is wrong. But what? Any pointers are welcome!

    http://wordpress.org/extend/plugins/pre-publish-reminders/

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

    (@indent)

    In case someone wondering what i18n means: internationalization.
    In other words translation.

    Is it bad to add something like internationalization without the developers knowledge?

    I would really appreciate any feedback on how to add i18n to this plugin.

    Please stop bumping this topic and try contacting the plugin author directly.

    Thread Starter Indent

    (@indent)

    I am sorry, but I am not sure what you are referring to when you say “bumping this topic”. I do apologize for any misbehavior.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Pre-Publish Reminders] How to add i18n’ is closed to new replies.