Hello @boumy,
Thank you very much for the review. The plugin does not includes the language files, but it has been developed following the guide of wordPress for localization and translation. So, you can create the languages files into the “/wp-content/plugins/cp-related-posts/languages/” directory to translate the texts in the plugin.
For example, assuming you want translate the plugin to French, you can create the files:
cprp-text-fr_FR.mo
cprp-text-fr_FR.po
Using for example the poEdit application:
https://poedit.net/
I’ll include the header “Text Domain” in the in the main file of the plugin, and a pair of files for English with the next update of the plugin, to prevent the confusion.
Best regards.