Open
Description
ICU format specifies offset:N
which eo-locale currently doesn't handle parsing, neither ignoring or using.
Example from ICU user guide http://userguide.icu-project.org/formatparse/messages
{num_guests, plural, offset:1 "
"=0 {{host} does not give a party.}"
"=1 {{host} invites {guest} to her party.}"
"=2 {{host} invites {guest} and one other person to her party.}
eo-locale will just print the entire translation text in this case.
This makes eo-locale hard to use with pluralisation or tools like Phrase which seem to add offset:0 by default 😅
Metadata
Metadata
Assignees
Labels
No labels