Translate BaseLayout warnings

This commit is contained in:
jvyden 2022-08-02 09:47:31 -04:00
parent 4756560a6a
commit 3e1d5da3a9
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 46 additions and 14 deletions

View file

@ -49,7 +49,7 @@ public static class LocalizationManager
return $"{translationArea.ToString()}.{language}.{key}";
}
return localizedString;
return localizedString.Replace("\\n", "\n");
}
// If a language isn't working, it might be because a language is using a different name than what ASP.NET expects.