Commit 2026-02-10 17:28 5179abad
View on Github →refactor(translate): put executeReservedNameAction in a more natural place (#34999)
This PR cleans up a piece of the implementation of to_additive/to_dual. The function executeReservedNameAction needs to be run on generated translations that haven't been realized yet. This PR moves this function call to the place of the original check that checks whether the declaration exists or is a reserved name.