From 98c8b8da628ca69132eeae2a3fb62d388135f6d6 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 29 Jun 2016 18:03:19 -0300 Subject: Update information about translation contribution See: #727 --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c5eb407..a47a235e 100644 --- a/README.md +++ b/README.md @@ -258,16 +258,6 @@ apt-get install pixelated-server For people who want to run the user agent on docker container can use the Dockerfile. +## How to translate the user interface -## Managing translations - -All the translation work is managed at [Transifex](https://www.transifex.com). To sync translation files at Transifex and those versioned with the source code itself, we use [The Transifex Client](http://docs.transifex.com/client/). To get it up and running you can follow the [Client installation guide](http://docs.transifex.com/client/setup/). For more informations about, see the [Client Usage](http://docs.transifex.com/client/#client-usage). - -With the Client installed, the most common operations is really simple: - -* `tx pull -a` to pull the most recent version of translation files at Transifex -* `tx push -s -t` to push source (-s) translation files and the translations (-t) as well. - -After pulling the updates from Transifex, probably you will see differences pointed by git. So, it's just a matter of commit and push these new changes. - -*Important:* since the Transifex Client uses api calls to comunicate with Transifex, you need a Transifex account to use it. +See: [Contributor's Guide](https://github.com/pixelated/pixelated-user-agent/blob/master/CONTRIBUTING.md#translating-ui) -- cgit v1.2.3