diff options
author | 127.0.0.1 <127.0.0.1@web> | 2017-03-14 11:50:12 +0100 |
---|---|---|
committer | amnesia <webmaster@amnesia.boum.org> | 2017-03-14 11:50:12 +0100 |
commit | 7ab7af73dd680f56bfeff9a0818997c843008580 (patch) | |
tree | c9874411e618a19ce7b9cf07991b7d21f531589e /wiki | |
parent | 82491d1da106db80ce3e21a6eab87415d8950955 (diff) |
translate.vm updates
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/src/blueprint/translation_platform.mdwn | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/wiki/src/blueprint/translation_platform.mdwn b/wiki/src/blueprint/translation_platform.mdwn index 190dba8..c7dff7f 100644 --- a/wiki/src/blueprint/translation_platform.mdwn +++ b/wiki/src/blueprint/translation_platform.mdwn @@ -7,10 +7,6 @@ Furthermore, the current process makes it hard to add new languages, as often a Corresponding ticket: [[!tails_ticket 9049]] -* We are currently setting up a weblate install, read - [[!tails_ticket 11759]] for more information. - - MUST ==== @@ -60,4 +56,16 @@ MAY Weblate setup ============= + +We are testing a [weblate instance](https://translate.tails.boum.org/) to see if it fits our requirements. Read [[!tails_ticket 11759]] for more information. + +What we plan to do is: + [Schematics of the different Git repos, ikiwiki instances, and their relationships.](https://labs.riseup.net/code/attachments/download/1551/weblate.svg) + +Currently the repo is following Tails master repo, but the changes it generates are not fed back onto Tails master. + +You can check out weblate-generated Tails repo with: + + git clone https://translate.tails.boum.org/git/tails/index/ + |