Open
Description
We should improve our typography across Nextcloud’s base localization in the following ways:
- Spaces before ellipses in strings that contain them should be removed. This is nonstandard. (We should also make sure all ellipses use the correct character,
U+2026
.) U+0027
should be replaced withU+2019
as it is generally preferred in modern digital typography.U+0022
should be replaced withU+201C
andU+201D
for opening and closing quotes respectively.
Most of this is an easy enough find-and-replace job, it would just result in a huge diff across multiple repos.
We should also set guidelines for this. We refer to the GNOME HIG already, which recommends using these, but mentioning them explicitly as well as sending an update to app developers would be nice.