just change 'Print' to appropriate text. Similarly you can find text for all other buttons in the code below.
If you want to be able to customize all strings from our plugin you can use approach from that blog post. At some point one of our client translated most of the strings to German language but we keep changing our plugin and that translation is not ready for public release.
Thanks. I got the part working with class.wpdatatable.php, but not the one from your blog. Nothing seems to update when using 'wp-content/plugins/wpdatatables/languages/de_DE/de_DE.mo'.
And I couldn't find the string 'Add new entry', the heading from the data entry form (see attachment) or the 'nothing selected' from a dropdown.
I tried deleting temp data of the browser and different browsers.
To change that stings you can go in this file ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js and around line 1000 find this code
modal.find('.modal-title').html('Add new entry');
where you can change the Add new entry to your desire.
About the nothing selected dropdown can you please send me the screenshot of it.
Unfortunately yes until we made all of those strings translatable with the po and mo files.
Can you please tell me did you updated po file from that translation with newest strings and attached it. You can skip most parts in the tutorial just extract zip in languages folder, open .po file with poedit, find strings that you want to translate, translate it and save.
If you choose German language in wordpress settings everything, our plugin should be translated too.
Can you please tell me can you translate the plugin from the files that I am sending you in attachment.
Hi,
I've noticed the German translation is incomplete. Please update it (see attachments).
If you need help, I am a German native speaker. Feel free to come back to me.
Thank you.
Hi Johannes,
Thank you for your purchase.
Please read our blog post about translation and localization to get a clearer picture of situation.
If you want just to translate mentioned buttons maybe it would be easiest to just hardcode translation in file
../wp-content/plugins/wpdatatables/source/class.wpdatatable.php
around line 2016 you can find
just change 'Print' to appropriate text. Similarly you can find text for all other buttons in the code below.
If you want to be able to customize all strings from our plugin you can use approach from that blog post. At some point one of our client translated most of the strings to German language but we keep changing our plugin and that translation is not ready for public release.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks. I got the part working with class.wpdatatable.php, but not the one from your blog. Nothing seems to update when using 'wp-content/plugins/wpdatatables/languages/de_DE/de_DE.mo'.
And I couldn't find the string 'Add new entry', the heading from the data entry form (see attachment) or the 'nothing selected' from a dropdown.
I tried deleting temp data of the browser and different browsers.
Hi Johannes,
To change that stings you can go in this file
../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js and around line 1000 find this code
where you can change the Add new entry to your desire.
About the nothing selected dropdown can you please send me the screenshot of it.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Great, that worked. Thank you.
Attached you will find a screenshot of the other one 'nothing selected'.
The translated phrases (as in the blog post) still aren't displayed. Any idea on that?
Hi Johannes,
You can change that text directly on this file
../wp-content/plugins/wpdatatables/assets/js/bootstrap/bootstrap-select/bootstrap-select.min.js and search for this file
Just change the string Nothing selected.
About the translation from the blog post:
Can you please send me that file so I can take a look and try to reproduce the issue.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you, this worked. Do I have to change all the hard coded translations again after an update?
Attached you will find the German language files.
Hi Johannes,
Unfortunately yes until we made all of those strings translatable with the po and mo files.
Can you please tell me did you updated po file from that translation with newest strings and attached it. You can skip most parts in the tutorial just extract zip in languages folder, open .po file with poedit, find strings that you want to translate, translate it and save.
If you choose German language in wordpress settings everything, our plugin should be translated too.
Can you please tell me can you translate the plugin from the files that I am sending you in attachment.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan,
yes, I did follow the tutorial step by step. Wordpress and wpDataTables is set to German.
If I extract your files into /wp-content/plugins/wpdatatables/languages/de_DE, it's not working either.
Please reopen this ticket, it's not solved yet
Hi Johannes,
I find the issue.
The files that you sent me was not properly named.
You must name your files wpdatatables-
Like from your blog post ( attachment 1)
This is my result from your files after I renamed it. ( attachment 2)
And here are your po and mo files with the wpdatatables- prefix.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you, Bogdan. Sorry I missed this. It's working well now. :-)
Hi Johannes,
You are welcome.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
hello, this helped me a lot, I wanted to consult additionally if it is possible to add a column that shows the author of the entry in the table.
Thanks for you time.