Translation issue
-
To be able to use a .mo file, I have modified the line 826
load_plugin_textdomain(‘subscribe-to-comments’);
to
load_plugin_textdomain( ‘subscribe-to-comments’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/’);
Then I have created the .mo file in the plugin directory.
The mo file is calledsubscribe-to-comments-fr_FR.mo
If I add an instruction
_e(‘Notify me of followup comments via e-mail’,’subscribe-to-comments’)
the text is actually translated, but
the same text “Notify me of followup comments via e-mail” in front of the check box is not translated…Any idea ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Translation issue’ is closed to new replies.