mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-30 08:18:22 +00:00
Translate BaseLayout warnings
This commit is contained in:
parent
4756560a6a
commit
3e1d5da3a9
4 changed files with 46 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue