Update l10n.rst

Improved comments.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven
2021-10-05 10:30:42 +02:00
parent b0c8a7fd2d
commit 933fc971d2

View File

@@ -204,14 +204,14 @@ In case some translation strings may be translated wrongly because they have mul
.. code-block:: c++
//: Example text: "Syncing 'foo.txt', 'bar.txt'"
//: Example text: "Progress of sync process. Shows the currently synced filename"
fileProgressString = tr("Syncing %1").arg(allFilenames);
**Android Strings**
.. code-block:: Android
<!-- Context comment for translator -->
<!-- TRANSLATORS List of deck boards -->
<string name="simple_boards">Boards</string>
**iOS**