Localization issue
-
It seems that the plugin makes the language file inside the plugin directory (
plugins/wc-frontend-manager/lang) a priority rather than the one onwp-content/languages/plugins.This is a problem when we want to use our own translation file outside the plugin directory.
In your plugin there’s a call to the function
load_textdomaintwice so the first translation will override the second one. Not sure why you didn’t use a singleload_plugin_textdomain()instead?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Localization issue’ is closed to new replies.