Title: Translation Problem
Last modified: January 31, 2018

---

# Translation Problem

 *  Resolved [volkandalyan](https://wordpress.org/support/users/volkandalyan/)
 * (@volkandalyan)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/translation-problem-107/)
 * Hi I am using WPML, but I can’t find some strings like “Search, Previous, Next,
   Show Entries, Showing entries”. So can’t translate. Please help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftranslation-problem-107%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Andy Keith](https://wordpress.org/support/users/andykeith/)
 * (@andykeith)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/translation-problem-107/#post-9948384)
 * Hi,
 * Sorry for the delay. At the moment, the ‘Search’, ‘Previous’, ‘Next’ etc, come
   from a JSON file which is loaded into the plugin. There’s one for each language,
   but we currently only support French, German, Spanish and Greek.
 * We’ll be changing this in future to ensure that all translatable text is included
   in the PO file.
 * In the meantime, you would need to modify the plugin in order to add additional
   languages. To do this:
 * 1) Copy one of the JSON files under the /posts-data-table/languages/data-tables/
   folder. Save it as your chosen language (e.g. ‘Italian.json’)
    2) Add your translations
   to this file. If you inspect the file, it should be obvious where to put your
   translations. 3) Upload this file to your site in the same folder as the other
   JSON files. 4) Finally, open up /posts-data-table/posts-data-table.php and on
   line 120, add an extra line for your language file, e.g:
 * ‘it_IT’ => $lang_file_base_url . ‘Italian.json’,
 * Hope that helps. Sorry it’s a bit convoluted at the moment.
 *  Thread Starter [volkandalyan](https://wordpress.org/support/users/volkandalyan/)
 * (@volkandalyan)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/translation-problem-107/#post-9951643)
 * I will try thank you so much.

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

The topic ‘Translation Problem’ is closed to new replies.

 * ![](https://ps.w.org/posts-data-table/assets/icon-256x256.png?rev=2997236)
 * [Posts Table with Search & Sort](https://wordpress.org/plugins/posts-data-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-data-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-data-table/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-data-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-data-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-data-table/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [volkandalyan](https://wordpress.org/support/users/volkandalyan/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/translation-problem-107/#post-9951643)
 * Status: resolved