Title: [bug] Translation doesn&#039;t work properly
Last modified: August 21, 2016

---

# [bug] Translation doesn't work properly

 *  [Liyali](https://wordpress.org/support/users/liyali/)
 * (@liyali)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/bug-translation-doesnt-work-properly/)
 * First of all, your plugin is very powerful and thanks for that.
 * However, I found a bug that prevents any kind of translation (using WPML or CodeStyling
   Localization).
 * I had to update the core of your plugin to make it working, it would be great
   to see this update in the next release:
 * // icit-spot.php -> line 90
    `load_textdomain( SPOTS_DOM, SPOTS_DIR . '/lang/'.
   SPOTS_DOM . '-' . $locale . '.mo' );`
 * // should be
    `load_plugin_textdomain( SPOTS_DOM, false, dirname(plugin_basename(
   __FILE__)) . '/lang/');`
 * [http://wordpress.org/extend/plugins/spots/](http://wordpress.org/extend/plugins/spots/)

Viewing 1 replies (of 1 total)

 *  [Jack](https://wordpress.org/support/users/moxie/)
 * (@moxie)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bug-translation-doesnt-work-properly/#post-3936718)
 * I was having the same problem, but changing that line didn’t work for me. Is 
   it still working for you?

Viewing 1 replies (of 1 total)

The topic ‘[bug] Translation doesn't work properly’ is closed to new replies.

 * ![](https://ps.w.org/spots/assets/icon-256x256.png?rev=1025761)
 * [Spots](https://wordpress.org/plugins/spots/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/spots/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/spots/)
 * [Active Topics](https://wordpress.org/support/plugin/spots/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spots/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spots/reviews/)

## Tags

 * [load_plugin_textdomain](https://wordpress.org/support/topic-tag/load_plugin_textdomain/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jack](https://wordpress.org/support/users/moxie/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/bug-translation-doesnt-work-properly/#post-3936718)
 * Status: not resolved