diff --git a/Configuration/ConfigurationManager.cs b/Configuration/ConfigurationManager.cs index 33733494..4db8afc6 100644 --- a/Configuration/ConfigurationManager.cs +++ b/Configuration/ConfigurationManager.cs @@ -146,7 +146,7 @@ private static string Comment(string? value) const string commentToken = "; "; - const string resxNewLine = "\r\n"; + const string resxNewLine = "\n"; return commentToken + value!.Replace(resxNewLine, resxNewLine + commentToken); }