taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4b34f9a973bcb382e4dc267fa265521c54b30b44
parent 74109cd0682cd4ced092ab6a858b35b65b380317
Author: buckE <buckE@disroot.org>
Date:   Wed,  6 May 2020 04:52:15 +0000

adding to Internationalization

Diffstat:
Mdevelopers-manual.rst | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/developers-manual.rst b/developers-manual.rst @@ -635,12 +635,17 @@ To create a Component, log into https://weblate.taler.net/ with your *Manager* o What follows is a sort of Wizard. You can find detailed docs at https://docs.weblate.org/. Here are some important notes about connecting your Component to the Taler Git repository: +Under *https://weblate.taler.net/create/component/vcs/*: + * **Source code repository** - Generally `git+ssh://git@git.taler.net/<reponame>`. Check with `git remote -v`. * **Repository branch ** - Choose the correct branch to draw from and commit to. * **Repository push URL** - This is generally `git+ssh://git@git.taler.net/<reponame>` Check with `git remote -v`. -* **Repository browser** - This is the www URL of the Git repo's file browser. Example `https://git.taler.net/<repo>.git/tree/{{filename}}#L{{line}}` +* **Repository browser** - This is the www URL of the Git repo's file browser. Example `https://git.taler.net/<repositoryname>.git/tree/{{filename}}?h={{branch}}#n{{line}}` * **Merge style ** - *Rebase*, in line with GNU Taler development procedures +* **Translation license** - *GNU General Public License v3.0 or Later* +* **Adding new translation** - Decide how to handle adding new translations + How to Create a Translation --------------------------- @@ -661,10 +666,11 @@ You may also wish to refer to ``https://docs.weblate.org/``. Translation Standards and Practices ----------------------------------- -By default, our Weblate instance is set to accept translations in English, French, German, Italian, Russian, Spanish, and Portuguese. +By default, our Weblate instance is set to accept translations in English, French, German, Italian, Russian, Spanish, and Portuguese. If you want to contribute a translation in a different language, navigate to the *Component* you want to translate for, and click "Start new translation" to begin. If you require a privilege upgrade, please contact a superuser with your request. -If you want to contribute a translation in a different language, navigate to the *Component* you want to translate for, and click "Start new translation" to begin. If you require a privilege upgrade, please contact a superuser with your request. +When asked, set the license to GPLv3 or later. +Set commit/push to manual only. GPG Signing of Translations ---------------------------