How to Translate the TableX Plugin
TableX is fully translation-ready and can be translated into any language using standard WordPress translation tools.
To translate the plugin, you need to create a translation file (.po) from the TableX.pot template file located in the plugin’s languages directory.
Translation File Location
wp-content/plugins/tablex/languages/
Example
If you want to translate TableX into French, create a translation file named:
fr_FR.po
and place it in:
wp-content/plugins/tablex/languages/fr_FR.po
After saving the translation, a corresponding .mo file will be generated automatically.
Recommended Translation Tool
We recommend using Poedit to translate the plugin. Poedit provides a user-friendly interface for translating WordPress plugins and automatically generates the required .po and .mo files.
Steps to Translate the Plugin
- Install and open Poedit.
- Click Create New Translation.
- Open the TableX.pot file from the plugin’s languages folder.
- Select your target language.
- Translate the available plugin strings.
- Save the translation file.
- Upload the generated
.poand.mofiles to the plugin’s languages directory. - Change your WordPress site language from Settings → General → Site Language.
- Save the changes.
Language Codes
Translation files must use the correct WordPress language code format.
Examples:
- English (US):
en_US.po - French:
fr_FR.po - German:
de_DE.po - Spanish:
es_ES.po - Italian:
it_IT.po
Result
Once the translation files are uploaded and the corresponding site language is selected, TableX will automatically display the translated text throughout the plugin.
