Title: Translate word &#8220;All&#8221; using WPML
Last modified: March 25, 2024

---

# Translate word “All” using WPML

 *  Resolved [funkydmtl](https://wordpress.org/support/users/funkydmtl/)
 * (@funkydmtl)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/)
 * After scanning the plugin using WPML, the word “All” appears in the string translations.
   I translated it to french, but it does not change on the front end. How can I
   translate the word “All”? Any help would be appreciated.

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

 *  [valentabc](https://wordpress.org/support/users/valentabc/)
 * (@valentabc)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/#post-17546006)
 * Hello,
 * I ended up making duplicates of the filter in order to solve this issue.
 *  [valentabc](https://wordpress.org/support/users/valentabc/)
 * (@valentabc)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/#post-17546061)
 * Please try editing /wp-content/plugins/category-ajax-filter/includes/functions.
   php
 * (Optional, I needed this also) Lines 12-16 to:
 *     ```wp-block-code
       public function tc_caf_post_layout_read_more($text, $id)
           {
               $text = __('Read More', 'category-ajax-filter');
               return $text;
           }   
       ```
   
 * Lines 258-262 to:
 *     ```wp-block-code
       public function tc_caf_filter_all_text($all_text) 
           {
               return __('All', 'category-ajax-filter');
           } 
       ```
   
 * Then go to WPML string translation, check Look for strings while pages are rendered,
   refresh page, delete cache, and you should be able to translate the strings.
 * Edit: never mind, when I uncheck the string registration, they return to English.
   Don’t know what to do yet..
 * Edit2: Added this to /wp-content/plugins/category-ajax-filter/languages/category-
   ajax-filter.pot
 *     ```wp-block-code
       #: includes/functions.php:14
       msgid "Read More"
       msgstr ""
   
       #: includes/functions.php:260
       msgid "All"
       msgstr ""
       ```
   
 * and translated again with Loco Translate
    -  This reply was modified 2 years, 1 month ago by [valentabc](https://wordpress.org/support/users/valentabc/).
    -  This reply was modified 2 years, 1 month ago by [valentabc](https://wordpress.org/support/users/valentabc/).
    -  This reply was modified 2 years, 1 month ago by [valentabc](https://wordpress.org/support/users/valentabc/).
 *  Thread Starter [funkydmtl](https://wordpress.org/support/users/funkydmtl/)
 * (@funkydmtl)
 * [2 years ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/#post-17557868)
 * Thanks for the response – I followed your instructions and it works perfect in
   WPML now.
 *  Plugin Author [Trusty Plugins](https://wordpress.org/support/users/trustyplugins/)
 * (@trustyplugins)
 * [2 years ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/#post-17679610)
 * Hi ,
   These edits are added in the newer version (2.8.1).Thanks,Trusty Plugins
   Team

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

The topic ‘Translate word “All” using WPML’ is closed to new replies.

 * ![](https://ps.w.org/category-ajax-filter/assets/icon-256x256.png?rev=2410607)
 * [Category AJAX Filter – Advanced Filter for Posts & Custom Post Types](https://wordpress.org/plugins/category-ajax-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-ajax-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-ajax-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/category-ajax-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-ajax-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-ajax-filter/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Trusty Plugins](https://wordpress.org/support/users/trustyplugins/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/translate-word-all-using-wpml/#post-17679610)
 * Status: resolved