feat(translations): validate non-breaking space before ellipsis#820
feat(translations): validate non-breaking space before ellipsis#820
Conversation
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
nickvergessen
left a comment
There was a problem hiding this comment.
Looks good, will have to fix spreed and server before merging and recreating the new image. Planning to do that on Friday
|
@nickvergessen Does this mean that you make a large commit that inserts a non-breaking space if required? How to apply this to all other apps? |
I guess so, or you have a better idea? |
No, just wanted to make sure my understanding is correct. |
|
PHPStorm regex search and replace: |
|
hmpf, we need to do this on all translated branches and it basically means when a translator doesn't revisit the language strings before the next maintenance release we break things again 🙈 Maybe hardcoding this in the t() functions isn't that bad of an idea after all? |
No description provided.