Forums

[resolved] [Plugin: Pre-Publish Reminders] How to add i18n (4 posts)

  1. Indent
    Member
    Posted 4 months ago #

    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/

  2. Indent
    Member
    Posted 4 months ago #

    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.

  3. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

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

  4. Indent
    Member
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Topic