aloisdeniel / aloisdeniel/flutter_sheet_localization

Can't use dynamic labels together with pluralization

Aperta
#54 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.