Commit 2025-11-14 11:52 88ab4500
View on Github →chore(Tactic/Translate): rename the ToAdditive folder (#31612)
Rename the folder ToAdditive to Translate. And rename the file Frontend to Core (since that now mostly contains the backend code for the translation attributes). This is because the folder now contains both the implementation of to_additive and to_dual, so Translate is a better description of its content.
Instead of Translate, we could also call it e.g. Translation, TranslateAttr or TranslationAttr.