Set string translations
-
Hello
I’ve been searching the plugin API in order to find a way to set the default translations for string when ever I register them.
for example imagine I’ve registered string like this:
pll_register_string($id, $string, $group);
what I want to do now is to register the default translations for this registered string , in other words I don’t want the “$string” to be the default translations for all registered languages.
Is it possible ? Any idea will be helpful , thanks in advance
- The topic ‘Set string translations’ is closed to new replies.