Title: eisteed's Replies | WordPress.org

---

# eisteed

  [  ](https://wordpress.org/support/users/eisteed/)

 *   [Profile](https://wordpress.org/support/users/eisteed/)
 *   [Topics Started](https://wordpress.org/support/users/eisteed/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eisteed/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eisteed/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eisteed/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eisteed/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eisteed/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks – Affiliate Link Management, URL Shortener, Link Cloaking, Tracking & Branded Short Links] Translation not working (locotranslate)](https://wordpress.org/support/topic/translation-not-working-locotranslate/)
 *  Thread Starter [eisteed](https://wordpress.org/support/users/eisteed/)
 * (@eisteed)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/translation-not-working-locotranslate/#post-18975659)
 * I think the problem comes from the pretty-link.pot where you point to folder /
   src-js but in pretty link plugin folder there is only /assets/js folder. Maybe
   that’s why locotransate doesn’t find any js and so doesn’t generate js translation
   files.
 * EDIT: Confirmed working, I edited pretty-link.pot & replaced all js reference
   with assets/js/build/shared.js instead of /src-js/* files
   Searched: src-js/[^\
   s:]+.jsReplaced with: assets/js/build/shared.jsAnd now locotranslate generates
   json files correctly, translation works everywhere.
    -  This reply was modified 1 week, 5 days ago by [eisteed](https://wordpress.org/support/users/eisteed/).
    -  This reply was modified 1 week, 5 days ago by [eisteed](https://wordpress.org/support/users/eisteed/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks – Affiliate Link Management, URL Shortener, Link Cloaking, Tracking & Branded Short Links] Translation not working (locotranslate)](https://wordpress.org/support/topic/translation-not-working-locotranslate/)
 *  Thread Starter [eisteed](https://wordpress.org/support/users/eisteed/)
 * (@eisteed)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/translation-not-working-locotranslate/#post-18975423)
 * Hello thank you for your anwser, I tried to do the step you told me but there
   is no javascript translation file generated (at least not where mo/po files are)
   loco translate is configured to scan js jsx. I also tried on another website 
   without any translation, created a new one and I get the same result as with 
   4.0.11
    -  This reply was modified 1 week, 5 days ago by [eisteed](https://wordpress.org/support/users/eisteed/).
    -  This reply was modified 1 week, 5 days ago by [eisteed](https://wordpress.org/support/users/eisteed/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Order Status Manager for WooCommerce] Notice: Function _load_textdomain_just_in_time was called](https://wordpress.org/support/topic/notice-function-_load_textdomain_just_in_time-was-called-4/)
 *  [eisteed](https://wordpress.org/support/users/eisteed/)
 * (@eisteed)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/notice-function-_load_textdomain_just_in_time-was-called-4/#post-18529960)
 * Any quick fix to prevent this ? it is flooding the debug.log
 * EDIT: Found a fix I think : in plugin directory / src / Cpt.php
 * Line 11 , replace :
 * `$this->status_meta_box();`
 * With
 * `add_action('init', [$this, 'status_meta_box']);`
    -  This reply was modified 1 year, 1 month ago by [eisteed](https://wordpress.org/support/users/eisteed/).

Viewing 3 replies - 1 through 3 (of 3 total)