-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
(i18n) Verse: Example: Fix string concatenation, add translators
string
#18365
Conversation
Hm, why are we adding line break elements vs. using |
Now that I look closer, it looks like this block is could use the same logic as Preformatted to replace line breaks. |
What do you think about #18372? |
Thanks for jumping in.
I don't have a preference, only the sense that one change is more complex than the other. Do you see a strong reason against using |
It depends how you see it. The change is slightly (?) more complex, but the benefit is that it's less complex to translate (don't have to deal with line break elements), what is saved is less complex, it's less complex to edit the HTML in the HTML editor, and it would make the implementation the same as the Preformatted block. |
Those all make sense, but especially the parallels with Preformatted. We can go with your PR. |
Ah, parallel. That's the word I was looking for. :) |
But I don't mind doing this first and then the other. It doesn't really matter. :) |
Thanks for the review! Will circle back to #18372. |
Description
See #18364 for full context. In particular, this pull request explores the following point: