Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
I switched to German in data tables settings, but the front-end buttons (Print, Copy) remain in English.
Hi Frank,
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.
I 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.
Hi!
Could you please send me the german PO file? I can't found it in the forum or in the blog.
Hi Andrey,
We released major redesigned version of the plugin so older translation that we had is no valid any more. Best way to have german translation is to use updated english version and create german version from it following instructions from blog post.