I copied the brazilian translations from
And converted it into a Python dictionary
from ag_grid_locale_br import ag_grid_locale_br
...
dashGridOptions= {
...
'localeText': ag_grid_locale_br
...
But there are two problems. First; I will eventually have to convert it again in some ag_grid upgrade. And second; I don’t know what to do with those ${} variable substitutions.
Does it already exist in Dash’s ag_grid?