• Hello, I know that this plugin, or its paid version (which I have purchased) does not have the ability to translate.

    I would like to help with translations. With the possibility that they might arise. I would like to go through the plugin and add the “__ ()” function for translations. Can we talk about cooperation?

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    I appreciate the offer to help. However, I’m not sure it’s actually feasible to add internationalization support in any reasonably time frame.

    The issue is that the plugin uses lots of JavaScript and those scripts were not written with translations in mind. As far as I know, WordPress doesn’t have a __() function for JS. Instead, you’d have to manually collect all of the translatable strings, run them through __(), pass them to JS, and modify all of the JS to look up the translated version of each string. That’s a huge amount of work.

    Translations that involve numbers – like “do you want to delete 5 items?” – would be particularly difficult because there’s no _n() equivalent for JS.

Viewing 1 replies (of 1 total)

The topic ‘Translation’ is closed to new replies.