Closed kadamwhite closed 1 year ago
Multilingual support has always been touchy. Take a look at https://wordpress.org/support/topic/wpml-support-67/ maybe it'll help.
Though this looks like an issue with how core does something here.
I'm fairly certain that any modifications I make to a term are only safe in Arabic letters. I have no idea how to do manage this with Japanese, etc.
https://github.com/afragen/the-events-calendar-category-colors/pull/137 would mitigate this for us, I am not sure whether colors work properly with non-ascii slugs but the log warnings are the biggest issue for us right now.
I've merged #137, let me know if it also fixes this issue.
I noticed today some new log warnings,
There is a category on this site with its label and slug in Japanese (reads "event"),
That katakana slug gets encoded as
'%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88'
, which isn't matching properly when trying to interpolate it into the array keys.I haven't dug in deeper to propose a solution, apologies, but wanted to flag the issue. We're instructing editors to use ascii characters in labels for now.