Skip to content

String with \r\n will not get translated properly. #76

@Skrypt

Description

@Skrypt

Example:

S["Webhook {0} failed to be added with an exception. \r\n{1}"

Result:

#: Aptix.Autodesk\ConstructionCloud\ConstructionCloudCommon\Commands\ProcessWebHooksCommand.cs:150
#. errors.Add(S["Webhook {0} failed to be added with an exception. \r\n{1}", addition.Id, ex.Message]);
msgctxt "Aptix.Autodesk.ConstructionCloud.ConstructionCloudCommon.Commands.ProcessWebHooksCommandHandler"
msgid "Webhook {0} failed to be added with an exception. 
{1}"
msgstr ""

Result expected:

#: Aptix.Autodesk\ConstructionCloud\ConstructionCloudCommon\Commands\ProcessWebHooksCommand.cs:150
#. errors.Add(S["Webhook {0} failed to be added with an exception. \r\n{1}", addition.Id, ex.Message]);
msgctxt "Aptix.Autodesk.ConstructionCloud.ConstructionCloudCommon.Commands.ProcessWebHooksCommandHandler"
msgid "Webhook {0} failed to be added with an exception. \r\n{1}"
msgstr ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions