These are features that have been requested. They are not in any particular priority. Contact us if you want us to focus on any particular feature or to make more feature requests.
Functionality Requests
-
Form Placeholders
Currently, the placeholder="" are ignored. They should be translated
-
Form Submissions
Not much testing as been done to test whether Submit on forms will work correctly. For now, make sure you have action attribute to explicitely declare the endpoint of your form submission.
-
Dynamically Generated HTML from JS
Plugin can not translate content dynamically created by javascript.
-
Exclusion Rules
Allow wp-admin to update exclusion rules so that you can state which items in an html document should NOT be translated. At present, customers needs to contact evermight developer to add rules to database.
-
Delete All Translations
Allow wp-admin to delete all translations frrom a database (not to be confused with page cache). At present, customers needs to contact evermight developer to do this.
-
More Configurable Options in WP-Admin
Allow wp-admin to configure other plugin details such as languages, cache directories, etc.... At present, customers needs to contact evermight developer to do this.
App Dev Requests
-
Plugin Hooks
Something like do_request(post_cache_clear)
Performance Requests
-
Bulk Page Translations
A way to send many urls and translate them all at once. This way we are not dependent on user requests.
-
Improve Performance of calls to Translation API
Many synchronous calls made to Google API. Consider asynchronous calls.
Documentation Requests
-
Developer Documentation
Provide some public documentation for developers.