-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
A way to deal with string plurals would be useful.
{
"clicked": {
"zero": "You didn't click",
"one": "You clicked one time!",
"other": "You clicked many times!"
}
}
In code the strings would be accessed as...
Translation.of(context).clicked(times);
Where 'times' is an integer that would be used to map to plural entry.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request