Skip to content

Commit 763e161

Browse files
authored
chore(l10n): Fix syntax
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 9c695fa commit 763e161

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

developer_manual/basics/translations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ JS Example:
220220
/* BEST: Simple string with undefined plural not using any number in the string */
221221
t('myapp', 'Import calendars')
222222
223-
.. _improving-translations:
224-
225223
.. important::
226224
General rule: Whenever a variable with varying values (numbers) is part of a string, the plural form must be used.
227225

@@ -248,6 +246,8 @@ Good: Two strings in source code.
248246
"Vault will be locked in %1$d second"
249247
"Vault will be locked in %1$d seconds"
250248
249+
.. _improving-translations:
250+
251251
Improving your translations
252252
^^^^^^^^^^^^^^^^^^^^^^^^^^^
253253

0 commit comments

Comments
 (0)