summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-05-01 02:28:35 +0000
committerbuckE <buckE@disroot.org>2020-05-01 02:28:35 +0000
commit4291ccab9db213edd2ce8bb8d6a1c6af661afcda (patch)
treec9e4d361c9c8fa91fe8333240793462ed87ddc5a
parent3fb8353285c3a9c9dd5be2801cf9134f340489d8 (diff)
downloaddocs-4291ccab9db213edd2ce8bb8d6a1c6af661afcda.tar.gz
docs-4291ccab9db213edd2ce8bb8d6a1c6af661afcda.tar.bz2
docs-4291ccab9db213edd2ce8bb8d6a1c6af661afcda.zip
added "Internationalization" section pertaining to weblate Line 594
-rw-r--r--developers-manual.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index 3a5cc83c..c34d6c81 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -590,6 +590,42 @@ for that.
There is also the possibility to trigger builds manually, but this is
only reserved to "admin" users.
+
+Internationalization
+====================
+
+Translations and internationalization is handled with Weblate (https://weblate.org) via our instance at ``https://weblate.taler.net/``.
+
+At this time, this system is still very new for Taler.net and over time we intend to learn and document the following:
+
+Who can Register
+----------------
+
+At this time, anyone can register an account at ``https://weblate.taler.net/`` to create translations.
+
+Who can Create Projects
+-----------------------
+
+Creating a Weblate translation project is a power reserved for superusers. At this time, Christian, Florian, and Buck have the ability to create projects.
+
+Who can Create Components
+-----------------------
+
+Weblate *projects* are subdivided into *components*. At this time it is not clear what priviledges are necessary to create components.
+
+How to Create a Translation
+---------------------------
+
+More information will be forthcoming as we learn this new system. Expert users are welcome to participate and contribute to our knowledge pool.
+
+GPG Signing of Translations
+---------------------------
+
+weblate.taler.net signs GPG commits with the GPG key CD33CE35801462FA5EB0B695F2664BF474BFE502, and the corresponding public key can be found at https://weblate.taler.net/keys/.
+
+This means that contributions made through weblate will not be signed with the individual contributor's key when they are checked into the Git repository, but with the weblate key.
+
+
Android Apps
============