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!

Okay
  Public Ticket #995866
German translation incomplete
Closed

Comments

  •  2
    Frank started the conversation

    I switched to German in data tables settings, but the front-end buttons (Print, Copy) remain in English.

  • [deleted] replied

    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 

    'text' => __('Print','wpdatatables')
    

    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.


  • Andrey replied

    Hi!

    Could you please send me the german PO file? I can't found it in the forum or in the blog.

  • [deleted] replied

    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.