Skip to content

Commit f2d9a5b

Browse files
committed
fix(developer_manual/translations): non-breaking space before ellipsis
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 1ced397 commit f2d9a5b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

developer_manual/basics/translations.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,14 @@ Dos and Don'ts
150150
- ``'``
151151
- Use ascii single quote
152152
* - ``Loading...``
153-
- ``Loading …``
154-
- | Use unicode triple-dot character.
155-
| Add a space before the triple-dot when trimming a sentence instead of a word.
153+
- ``Loading …``
154+
- | Use **Unicode triple-dot** character.
155+
| Add a **non-breaking space** before the triple-dot when trimming a sentence instead of a word.
156+
* - ``Loading …``
157+
| (a general space ``U+0020``)
158+
- ``Loading …``
159+
| (a non-breaking space ``U+00A0``)
160+
- | Only use a **non-breaking space** before the triple-dot (``U+00A0``).
156161
* - Don't
157162
- Do not
158163
- Using the spelled out version is easier to understand and makes translating easier.

0 commit comments

Comments
 (0)