Closed Hafnernuss closed 2 years ago
@Hafnernuss This is from the angular i18n extraction. See https://stackoverflow.com/q/70900706/2544163
so this means there is nothing I can do? I have to break sometimes because of line length limits...
I'd recommend too use line breaks before and after all texts where this problem occurs. (This is how I do it in my project.)
Besides this, there is little you can do, I'm afraid.
Ok thanks, I will simply break everywhere. Looks cleaner anyway ;) Thank you!
Describe the bug I am not sure if it's a bug as I am not sure I fully know if this is intended behaviour or not. I get a lot of warnings like this:
Where some of the lines look like that:
This causes the translator to pick the string up as " Login " rather than "Login". Funny enough, the translation units seem to look "as expected":
<source>Login</source>
Setup/Configuration
and some translations like:
and
Expected behavior No warnings
Version (please complete the following information):
Additional context angular issue