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/
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.
Please stop bumping this topic and try contacting the plugin author directly.
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.