We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
my date is not translated to dutch while both website and plugin language is set to dutch
sorry for the title of this report, not very helpfull, but i can not change it afterwards. should be something like: bug: date not translated
Hi Martijn van der Kooij,
Thank you for your purchase.
Can you please send me the screenshot where you have this issue so I can take a look.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
I have created a fix for this bij chaning the DateWDTColumn class
in prepareCellOutput there are 2 calls to the date function. I have replaced them by date_i18n and now my dates are translated properly (18 mei 2017 instead of 18 May 2017)
There are probably more locations where this change is needed.
Please let me know if you change this in a coming update, otherwise I will have to make this change again for each new version :-)
Kind regards
Hi Martijn van der Kooij
Please read our blog post about translation and localization to get a clearer picture of situation.
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 some of the strings to Dutch language but we keep changing our plugin and that translation is not ready for public release.
You can update 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 Dutch language in wordpress settings everything, our plugin should be translated too.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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,
I looked and there are no month names to translate.... As I expected because that is handled by the date function which uses the apache language which I will not be able to change in a hosted environment....
Hi Martijn van der Kooij,
Sorry for misunderstanding.
You can translate them directly in file:
../wp-content/plugins/wpdatatables/assets/js/datepicker/picker.date.js
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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