avo
avo copied to clipboard
I18n missing translations
Describe the issue and screenshots
- [ ] Can't translate pagination details.

- [ ] Can't translate "Filter by"

- [ ] Despite changing the translations for search placeholder it don't apply, don't know if it's because I have some bad configuration

- [ ] Using pluralized
oneinsteadzeroonno_item_foundand onno_related_item_foundtranslation
error_log:
zero: "log de erro zero"
one: "log de erro one"
other: "logs de erro other"

System configuration
Avo version: 2.14.2
Impact
- [ ] High impact
- [ ] Medium impact
- [x] Low impact
Urgency
- [ ] High urgency
- [ ] Medium urgency
- [x] low urgency
For the search label, check out the autocomplete config
The no_item_found and no_related_item_found will be a breaking change so please update the upgrade guide in the docs.
Let's remove the oops_nothing_found key from all.
Hello @adrianthedev , i can get this one, maybe we need some tool to keep translation updated, i was looking for this one: https://github.com/glebm/i18n-tasks, do you thinks is a good idea install as development dependency?
Thank you @PedroAugustoRamalhoDuarte. Yes, let's install i18n-tasks. Looks like a pretty complete gem.
Can you do that in the same PR plase?
Yes!!