gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add docs for how to update android a


From: gnunet
Subject: [taler-docs] branch master updated: add docs for how to update android app translations
Date: Thu, 04 Feb 2021 15:58:29 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new eae1be6  add docs for how to update android app translations
eae1be6 is described below

commit eae1be663914216bb313d39a4b01d0abd008978d
Author: Torsten Grote <t@grobox.de>
AuthorDate: Thu Feb 4 11:58:18 2021 -0300

    add docs for how to update android app translations
---
 taler-developer-manual.rst | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index acbae6d..53c69ff 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -867,6 +867,32 @@ to the latest "Android SDK build tools" version supported 
by the Android Rebuild
 After the build finished successfully,
 you will find your APK in ``merchant-terminal/build/outputs/apk/release/``.
 
+Update translations
+-------------------
+
+Translations are managed with Taler's weblate instance:
+https://weblate.taler.net/projects/gnu-taler/
+
+To update translations, enter the taler-android git repository
+and ensure that the weblate remote exists:
+
+  $ git config -l | grep weblate
+
+If it does not yet exist (empty output), you can add it like this:
+
+  $ git remote add weblate 
https://weblate.taler.net/git/gnu-taler/wallet-android/
+
+Then you can merge in translations commit from the weblate remote:
+
+  # ensure you have latest version
+  $ git fetch weblate
+
+  # merge in translation commits
+  $ git merge weblate/master
+
+Afterwards, build the entire project from source and test the UI
+to ensure that no erroneous translations (missing placeholders) are breaking 
things.
+
 .. _Code-coverage:
 
 Code Coverage

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]