ProjectRED items use pipes as a seperator for item types in i18n. This breaks the current mechanism for concatenating the different data points.

A simple fix I deployed on my hosted server is, replacing | with || for the seperator. It's a little unelegant, but works without any problems as far as I can tell.
ProjectRED items use pipes as a seperator for item types in i18n. This breaks the current mechanism for concatenating the different data points.
A simple fix I deployed on my hosted server is, replacing
|with||for the seperator. It's a little unelegant, but works without any problems as far as I can tell.