mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Update l10n.rst
Improved comments. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user