aloisdeniel / aloisdeniel/flutter_sheet_localization
Can't use dynamic labels together with pluralization
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 286
- Forks
- 87
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.