One string being translated to wrong lang
-
So very wierd case where we have a string that’s being translated to the wrong language… default EN string is being forced to FR…
Been down the rabbit hole and I’m wondering in teh custom_translate function where is the determination done of which language to show… default vs translated?
https://www.flowpress.com/screenshots/screenshot%202021-03-11%20at%208.41.30%20AM.png
$mtswpt_theme_translate = get_option( ‘mtswpt_theme_’ . $domain, array() );
just grabs the translations and based on that the trasnalted string is returned and then used… yet it should be returning the default language in this instance.
- The topic ‘One string being translated to wrong lang’ is closed to new replies.