[Question] Why char('<') disabled for ICU select or plural formats?
Opened this issue · 2 comments
mdusko commented
Hello,
Can you please provide an example of how to use char('<') in ICU select or in plural messages?
Example:
I need ICU select message like this "{selectType, select, bold {This is <bold>just</bold> an example} other {}}"
... but when char('<') exists in message, the message will not be generated correctly
lzoran commented
Hi @mdusko,
You are right. The '<' char and tags won't work in ICU select and ICU plural messages at the moment.
Maybe a slightly different message format could help until this issue is resolved.
"This is <{selectType, select, bold {bold} other {}}>just</{selectType, select, bold {bold} other {}}> an example"