Go through code base and replace "\n" instances at the end of Ui strings with UiNewLines(x). Then also remove them from the translation file. This way we move the information about new lines away from the translations and into the code, which makes more sense. As I started in the GetSummary of issues.
Go through code base and replace "\n" instances at the end of Ui strings with UiNewLines(x). Then also remove them from the translation file. This way we move the information about new lines away from the translations and into the code, which makes more sense. As I started in the GetSummary of issues.