commit b43b1184526f798774e7ee703ca4064b8246b215
parent 1c2b46d5a93d86dbc662c646f2453016aebf075b
Author: Torsten Grote <t@grobox.de>
Date: Thu, 4 Feb 2021 12:01:37 -0300
fix console blocks formatting for android app translations
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
@@ -880,14 +880,20 @@ https://weblate.taler.net/projects/gnu-taler/
To update translations, enter the taler-android git repository
and ensure that the weblate remote exists:
+.. code-block:: console
+
$ git config -l | grep weblate
If it does not yet exist (empty output), you can add it like this:
+.. code-block:: console
+
$ git remote add weblate https://weblate.taler.net/git/gnu-taler/wallet-android/
Then you can merge in translations commit from the weblate remote:
+.. code-block:: console
+
# ensure you have latest version
$ git fetch weblate