-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
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
Labels
No labels