There was an error while loading. Please reload this page.
1 parent 1ced397 commit f2d9a5bCopy full SHA for f2d9a5b
1 file changed
developer_manual/basics/translations.rst
@@ -150,9 +150,14 @@ Dos and Don'ts
150
- ``'``
151
- Use ascii single quote
152
* - ``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.
+ - ``Loading …``
+ - | Use **Unicode triple-dot** character.
+ | 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
159
+ | (a non-breaking space ``U+00A0``)
160
+ - | Only use a **non-breaking space** before the triple-dot (``U+00A0``).
161
* - Don't
162
- Do not
163
- Using the spelled out version is easier to understand and makes translating easier.
0 commit comments