Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in dumper note #586

Open
garak opened this issue Apr 11, 2024 · 0 comments
Open

Typo in dumper note #586

garak opened this issue Apr 11, 2024 · 0 comments

Comments

@garak
Copy link

garak commented Apr 11, 2024

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.'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant