Background of the issue:
I'm trying to implement a way to allow translators to manage some custom post content. The kicker? That content is inside a custom table. I did manage to make things translatable using `wpml_register_string` hook but that requires that translators go to a completely different section of the site, which is counterintuitive (besides that, having multiple translators this also requires multiple steps in order to update a string).
Symptoms:
It is counterintuitive for translators to go to a different section of the site to update strings, and it requires multiple steps.
Questions:
Is it possible to register strings that are translatable with WPML Translator Editor?
The topic ‘[Closed] Translate Custom Strings with WPML Translator Editor’ is closed to new replies.