I'm wondering if someone would already have done this work, I'm looking for the french version of the AG-Grid localisation. I can see the values here : https://www.ag-grid.com/javascript-grid-localisation/
But I'm sure someone already has the french values translated, does anyone know where I can find them ?
Thanks!
Here are some examples on github that you may be interested in: 1, 2
My method is to find a somewhat unique key of the localeText
object, in this case totalAndFilteredRows
and search it on github. There are a lot of examples from many languages but unfortunately there is no way to search for a specific language that I know of.