OntimizeWeb / ontimize-web-ngx

Web application framework based on Angular technology and standards for building web apps.
https://ontimizeweb.github.io/docs/
Apache License 2.0
40 stars 16 forks source link

Context menu. Spanish translation #1717

Closed rodrigorodriguezgutierrez closed 1 month ago

rodrigorodriguezgutierrez commented 1 month ago

What is the current behavior?

In spanish, context menu shows same option "Copiar celda" twice, when one of them should be "Copiar fila"

Steps to reproduce

Right click in a table row. It can be checked on playgrounds

Affected versions:

Additional request

It would be helpful if bundles could be overwritten by app bundles, so this bug could be solved and maybe useful in other situations

rodrigorodriguezgutierrez commented 1 month ago

Ok, we just tried to overwrite it, and it works. Just in case somebody needs it:

"TABLE_CONTEXT_MENU": { "COPY_ROW": "Copiar fila" }

patricia-martinez-imatia commented 1 month ago

Duplicate #1665