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

Add information about unexpected normalization #570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erikaxel
Copy link
Contributor

No description provided.

@@ -253,6 +253,27 @@ See the full list of tasks with `i18n-tasks --help`.
✔ Reference keys (keys with `:symbol` values) are fully supported. These keys are copied as-is in
`add/translate-missing`, and can be looked up by reference or value in `find`.

#### Unexpected normalization
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great draft, I'll think about the layout and if I want to move it around a bit. Thank you 🙂

Lorem ipsum dolor sit amet, consectetur
b: "Lorem ipsum dolor sit amet, consectetur \nLorem ipsum dolor sit amet, consectetur\n"
```
The only difference between `a` and `b` is that `a` has an extra space in the first line.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like b that has the extra trailing space

Suggested change
The only difference between `a` and `b` is that `a` has an extra space in the first line.
The only difference between `a` and `b` is that `b` has an extra space in the first line.

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

Successfully merging this pull request may close these issues.

None yet

3 participants