avo icon indicating copy to clipboard operation
avo copied to clipboard

I18n missing translations

Open Paul-Bob opened this issue 3 years ago • 1 comments
trafficstars

Describe the issue and screenshots

  • [ ] Can't translate pagination details.

image

  • [ ] Can't translate "Filter by"

image

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

image

  • [ ] Using pluralized one instead zero on no_item_found and on no_related_item_found translation
error_log:
       zero: "log de erro zero"
       one: "log de erro one"
       other: "logs de erro other"

image

System configuration

Avo version: 2.14.2

Impact

  • [ ] High impact
  • [ ] Medium impact
  • [x] Low impact

Urgency

  • [ ] High urgency
  • [ ] Medium urgency
  • [x] low urgency

Paul-Bob avatar Sep 07 '22 10:09 Paul-Bob

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.

adrianthedev avatar Sep 12 '22 06:09 adrianthedev

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?

adrianthedev avatar Oct 13 '22 15:10 adrianthedev

Yes!!