Title: Plugin localization error found
Last modified: August 30, 2016

---

# Plugin localization error found

 *  Resolved [Pedro Mendonça](https://wordpress.org/support/users/pedromendonca/)
 * (@pedromendonca)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-localization-error-found/)
 * Hi,
 * The plugin localization isn’t working.
    I found what is wrong.
 * The **textdomain** declared in `load_plugin_textdomain` is `'to'` and the localization
   files are named as `to-xx_XX.po/.mo`
 * The 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 to `load_plugin_textdomain('tto', 
   FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang');` in `taxonomy-terms-
   order.php`#L58 and rename all localization files to the correct `tto-xx_XX.po/.
   mo` format.
 * As this is not on GitHub I cannot make a pull request, but it should be quick
   to correct this.
 * Thanks
 * [https://wordpress.org/plugins/taxonomy-terms-order/](https://wordpress.org/plugins/taxonomy-terms-order/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-localization-error-found/#post-6349217)
 * Hi Pedro,
    Thanks for reporting this issue, will be fixed for the very next release.
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Plugin localization error found’ is closed to new replies.

 * ![](https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412)
 * [Category Order and Taxonomy Terms Order](https://wordpress.org/plugins/taxonomy-terms-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/taxonomy-terms-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/taxonomy-terms-order/)
 * [Active Topics](https://wordpress.org/support/plugin/taxonomy-terms-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taxonomy-terms-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taxonomy-terms-order/reviews/)

## Tags

 * [Localization](https://wordpress.org/support/topic-tag/localization/)
 * [textdomain](https://wordpress.org/support/topic-tag/textdomain/)

 * 1 reply
 * 2 participants
 * Last reply from: [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-localization-error-found/#post-6349217)
 * Status: resolved