aloisdeniel / aloisdeniel/flutter_sheet_localization
Can't use dynamic labels together with pluralization
Aperta
- Lingua principale
- Dart
- Stelle
- 286
- Fork
- 87
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Dynamic labels in a plural value are not replaced. If i have the below definitions then {{count}} will not be expanded in the second translation.
```
key: selected(Plural.one)
en: 1 item selected
key: selected(Plural.multiple)
en: {{count}} items selected
```
Not mentioned in the docs so unsure whether a bug or just not yet implemented.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.