mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
can try in: - https://formatjs.io/docs/intl-messageformat/#common-usage-example should work, as per: - https://unicode-org.github.io/icu/userguide/format_parse/messages/#complex-argument-types - https://cldr.unicode.org/index/cldr-spec/plural-rules in the tests of Format.JS, i see that only w/ the `ar`, or `cy`, or similar locales it works, but somehow does not for `lt`/`lt-LT`. keeping here won't hurt, esp. if the issue (the spec?) gets fixed Signed-off-by: Kipras Melnikovas <kipras@kipras.org>