Plugin localization error found
-
Hi,
The plugin localization isn’t working.
I found what is wrong.The textdomain declared in
load_plugin_textdomainis'to'and the localization files are named asto-xx_XX.po/.moThe problem is that all the coded strings have the
'tto'textdomain.As
'tto'is closer to plugin name and it’s spread all over the code, I believe it’s easier to just change textdomain call toload_plugin_textdomain('tto', FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang');intaxonomy-terms-order.php#L58 and rename all localization files to the correcttto-xx_XX.po/.moformat.As this is not on GitHub I cannot make a pull request, but it should be quick to correct this.
Thanks
The topic ‘Plugin localization error found’ is closed to new replies.