intlc icon indicating copy to clipboard operation
intlc copied to clipboard

Offset plurals

Open samhh opened this issue 3 years ago • 1 comments

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 avatar Jan 17 '22 22:01 samhh

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

I am struggling to see the use case.

samhh avatar Nov 01 '22 13:11 samhh