long1eu / long1eu/flutter_i18n
plurals are generally poorly implemented
Open
@noordawod is already working on this.
Since Oct 3, 2019.
bug
- Dominant language
- Dart
- Stars
- 248
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
- you can only have one interpolated argument, having more than one will result in non-compiling code
- rather than relying on the value of interpolated argument which can be whatever a quantity argument should be passed additionally to other arguments and it should be an integer based on which an appropriate plural is selected
- plural <> quantity selection is language dependent: https://www.unicode.org/cldr/charts/34/supplemental/language_plural_rules.html
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.