unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.
MIT License
56 stars 3 forks source link

Offset plurals #15

Open samhh opened 2 years ago

samhh commented 2 years ago

Example of the syntax: https://lingui.js.org/ref/message-format.html

{count, plural, offset:1
                =0 {Nobody read this message}
                =1 {Only you read this message}
                one {You and # friend read this message}
                other {You and # friends read this message}
samhh commented 1 year ago

This fellow thinks there's no point to supporting offsets: https://stackoverflow.com/a/58243789/3369753

I am struggling to see the use case.