Currently the column names in the exported csv do not reflect the names of the locales objects and there is no way to manually set them. So they end up looking like English(en),French(fr)… etc. no matter what.
It would be nice if they reflected the name of the locale object or at least have some way of setting them.
The reason I want control over them is because I’m sending the exported csv to a LLM API to fill out the translations (over many iterations) and the less tokens I send, the less it costs. It would be nice to be able to set them in the export rather than have to manipulate them manually or programmatically afterwards.