Skip to content

Allow alternative ellipsis characters

Karl Ove Hufthammer requested to merge support-alternative-ellipses into master

Some translations use a ‘…’ (a typographically correct ellipsis) instead of ‘...’ (an ASCII ellipsis), or a non-breaking space instead of a normal space in front of the ‘…’/‘...’. Now all possible representations are supported, i.e., all four ellipses are correctly removed from the string.

Merge request reports