Please issue a Fix for V13/V14 and maybe V15 Dashboard Translations on dashboard_view.js

Currently on V13 custom translation on Dashboards not fully… i have tried on V14 and for ex. only word translated on Accounts Dashboard is “Accounts”, it translates to for PT “Contas” Dashboard.

By applying the below to dashboard_view.js after
title = __(‘{0} Dashboard’, [title]);
title = __(title);

Also on line
chart_name: chart.chart,
label: chart.chart,

changed label to
label: __(chart.chart), //HELKYDS 21-01-2024

This way i don’t have to do customization of the files…

Thanks in advance

1 Like

What about number cards?

Is not translated also… just don’t remember if i managed to translate or check, due to time.

Got it. We can arrange an online meeting together if you want to check it out if you got free time.

Thank you.
Once i’m clear with this current project… either call you or will look for the solution as at the moment this is no longer a priority for me.
But glad that the original post made you search for the solution and maybe issue a PR so this can be fixed on V14 and V15

1 Like