Back when I was peeking at the codebase before I made this old issue, I noticed there was some cloning that didn't need to happen. In this PR, I eliminated some clones where it was easy to do so. I also expressed the parts of the code that iterate over translations in a more idiomatic way.
Back when I was peeking at the codebase before I made this old issue, I noticed there was some cloning that didn't need to happen. In this PR, I eliminated some clones where it was easy to do so. I also expressed the parts of the code that iterate over translations in a more idiomatic way.