Title: Localization problem
Last modified: August 24, 2016

---

# Localization problem

 *  Resolved [Pavel Kuznetsov](https://wordpress.org/support/users/pavel-kuznetsov/)
 * (@pavel-kuznetsov)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/localization-problem-13/)
 * Hello Mike, i have localization problems both in wp-job-manager and wp-job-manager-
   resumes … I have updated .pot file from new versions and i saw translated strings
   in .po and .mo files, but on my site they showing not localized. For example,
   these strings not translating in wp-job-manager: “Your listings are shown in 
   the table below. Expired listings will be automatically removed after 30 days.”,“
   Date Expires” and in wp-job-manager-resumes: “Your resume(s) can be viewed, edited
   or removed below.”
 * Thank you for support!
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965039)
 * The string is definitely ready: [https://dl.dropboxusercontent.com/s/uur4j50225tsjg9/2015-03-31%20at%2020.22%202x.png?dl=0](https://dl.dropboxusercontent.com/s/uur4j50225tsjg9/2015-03-31%20at%2020.22%202x.png?dl=0)
 * Ensure you rescan pot, translate then create MO again. Strings are also case 
   sensitive, just in case thats it.
 *  [mother.of.code](https://wordpress.org/support/users/imazed/)
 * (@imazed)
 * The Mother of Code
 * [11 years ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965497)
 * Hi Mike,
 * I’m actually seeing the same thing. Tried searching through various .pot files,
   rescanned the lot, came up with nothing on the “Your resume(s) can be viewed,
   edited or removed below.” string. I used the following to replace the string 
   manually as a quick fix but need to dive into this a bit more to find a real 
   solution:
 *     ```
       add_filter('gettext', 'translate_text');
       add_filter('ngettext', 'translate_text');
   
       function translate_text($translated) {
           $translated = str_ireplace('Your resume(s) can be viewed, edited or removed below.', "Your translation here", $translated);
           $translated = str_ireplace('Your resume can be viewed, edited or removed below.', "Your translation here", $translated);
           return $translated;
       }
       ```
   
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965498)
 * [@imazed](https://wordpress.org/support/users/imazed/) it’s definitely POT related.
   POT is in plain text, so you can search it in your text editor if you wish. Also
   remember, some themes include these strings themselves, so both theme and plugin
   need translating.
 *  [Guillaume H](https://wordpress.org/support/users/guiyom/)
 * (@guiyom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965554)
 * Hello Pavel,
 * have you by any chance, have you by any chance solved this issue?
    I’m using 
   Polylang on a multi-language website and all my pot, po and mo are updated and
   synced. All the required strings are translated in the theme (Listify) or WP 
   Job manager plugins but still without success for the strings mentioned above:–
   your listings are shown in the table below – date posted – listing expires – 
   delete Surprisingly the listing title is translating (“Titre” in Fr), same for
   the date format. Thanks for your tips,
 * Regards
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965555)
 * [@guiyom](https://wordpress.org/support/users/guiyom/): Please create your own
   thread per the Forum Welcome policy:
 * [https://codex.wordpress.org/Forum_Welcome#Where_To_Post](https://codex.wordpress.org/Forum_Welcome#Where_To_Post)
 * Thanks!

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

The topic ‘Localization problem’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

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

 * 5 replies
 * 5 participants
 * Last reply from: [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/localization-problem-13/#post-5965555)
 * Status: resolved