Possible translation bug in Schema “description” property
-
[All in One SEO version 3.3.5]
Hi, I might have encountered a problem in different processing of various properties of a Page. The “Description” (which shows as Schema:description in the webpage code) works differently than the Title or Keywords.
I am using a localization plugin, which allows me to input texts like “[:en]English string[:cs]Czech string”. The correct one is chosen when a page is generated depending on the selected language. It works practically everywhere, including the Title and Keywords. But not in the Description, where the original string is just copied to the output.
I.e. Title would output correctly “English string”, Keywords “English string” as well, but for Description there is “[:en]English string[:cs]Czech string” on the output.
My guess is that during the processing of the Description there should be a call to function __(), which localizes the string, i.e.
correctText = __(originalText);It seems that the other two are doing it already.
- The topic ‘Possible translation bug in Schema “description” property’ is closed to new replies.