We are receiving feedback from our internationalization folks that some of the ticks that we are seeing in graphs are not properly internationalized.
e.g.
US

French

The expectation from our internationalization team is that they should be day first and then month. Is that possible? It seems like those representations are all hard coded here: https://github.com/d3/d3-scale/blob/main/src/time.js#L20-L27
We are receiving feedback from our internationalization folks that some of the ticks that we are seeing in graphs are not properly internationalized.
e.g.
US

French

The expectation from our internationalization team is that they should be day first and then month. Is that possible? It seems like those representations are all hard coded here: https://github.com/d3/d3-scale/blob/main/src/time.js#L20-L27