Skip to content

Typo in dumper note #586

Open
Open
@garak

Description

@garak
Q A
Bundle version latest
Symfony version irrelevant
PHP version irrelevant

Expected behavior

The XliffDumper should provide the correct English note:

The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimited string such as "form.label.firstname", then the developer has not provided a default message.

Actual behavior

This note is provided:

The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.

Steps to reproduce

Just take a look at the source at

$note->appendChild($doc->createTextNode('The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.'));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions