lephyrus / ngx-translate-messageformat-compiler

Advanced pluralization (and more) for ngx-translate, using standard ICU syntax which is compiled with the help of messageformat.js.
MIT License
93 stars 29 forks source link

Spaces in selector icu #60

Closed Noppey closed 4 years ago

Noppey commented 4 years ago

Hi,

I'm using ICU messageformat.js How is it possible to use a selector for multiple words. I'll given an example. 'EXAMPLE': '{value, select, FirstValue{ok} SecondValue{alsoOk} Third Value{exception due to space}}'

I want "Third Value" to be a valid option to depend my sentence on.

lephyrus commented 4 years ago

This does not relate to this library, but to ICU syntax. I hope you've figured it out in the meantime.