This is a JavaScript using in Views plugin for frontend management, It controls things like pagination, custom search and sorting when available, and it has some dependencies like the datepicker and media management scripts.
The issue here is that the user wanted help with translating their custom fields.
Solution:
Our toolset forum wouldn't be the best place to get a solution for this , so I would recommend opening a ticket with our WPML team as they are better able to assist you with the translation issues. https://wpml.org/forums/forum/english-support/
The issue here is that the user wanted to convert their custom fields to taxonomies.
Solution:
Unfortunately there isn't an automatic way of doing this and you will need to manually create the taxonomy and re-enter the values from the custom field.
Problem:
Client has added a notification to an Edit Form which changes the post status to published which should be sent when the status is changed to publish, but it doesn't fire the first time, only if the same post is edited again.
Solution:
The notification on the edit form should be set to send when the form is submitted, or the notification should be added to the form where the post is initially published rather than the edit form.