#4164 closed defect (bug) (fixed)
Problem with displaying description of the theme in a proper languages.
Reported by: | apollo13themes | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
Hello :-)
For my theme, named Rife Free I have 3 localization done at 100% with theme description included.
However, on each language description is still displayed in English:
Portuguese (Brazil)
French
Dutch (Belgium)
I also have the description accepted in Polish.
The French translation is week old and still displayed in English.
I have asked about it in #polyglots slack channel and they said:
During some period of time the synchronization must have been down and several languages/themes are affected.
A meta ticket is probably the best way to go
So here I am asking about help or instructions what should I do next.
With kind regards.
Air.
Change History (5)
#2
@
6 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 8219:
#3
@
6 years ago
Thanks for such quick fix and looking into this!
@dd32 - you may want to edit your comment as you have used twice html_entity_decode
instead of wp_specialchars_decode
This was the same as #1628, except that the Emoji's were being HTML decoded in addition to the other HTML entities, where they shouldn't have been in order to match.
It seems that
wp_specialchars_decode
is the needed function in this case, but I suspect that it doesn't cover all bases.