I've been using this plugin to display a google spreadsheet on a Wordpress site. All works great, we are using the same table to display data on a multi-lingual site. I noticed there was an error in the wpdatatables-fr_FR.po file, which outputs the following string
Afficher _DEBUT_ à _FIN_ des 21entrées
from line 774
msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
I believe this should be
msgstr "Afficher _START_ à _END_ des _TOTAL_ entrées"
As the placeholder has been translated which renders the value as a string. I changed this in the core translation files and it appears to work, but obviously this is not a sustainable solution if the plugin requires an update.
Hi,
I've been using this plugin to display a google spreadsheet on a Wordpress site. All works great, we are using the same table to display data on a multi-lingual site. I noticed there was an error in the wpdatatables-fr_FR.po file, which outputs the following string
Afficher _DEBUT_ à _FIN_ des 21entrées
from line 774
msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
I believe this should be
msgstr "Afficher _START_ à _END_ des _TOTAL_ entrées"
As the placeholder has been translated which renders the value as a string. I changed this in the core translation files and it appears to work, but obviously this is not a sustainable solution if the plugin requires an update.
Many thanks.
Hi Rich,
Thank you for using wpdatatables.
Yes there is a issue with few translated strings in french translation files. Thank you so much for reporting this.
It will be fixed for next update so you don't have to worry about it.
You have also to modify Filtré de _Max_ entrées total to Filtré de _MAX_ entrées total (when you filter the table)
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables