aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-19 14:13:57 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-19 14:13:57 +0100
commitd06666d9d96f62fbc53651fdef858b9c8c3e16d0 (patch)
treeada89e176cc02373410efdefe93e35f64e3527f0 /README.md
parent01138064f74ccff1d1fdf368f45193b507b43a32 (diff)
downloadopen-keychain-d06666d9d96f62fbc53651fdef858b9c8c3e16d0.tar.gz
open-keychain-d06666d9d96f62fbc53651fdef858b9c8c3e16d0.tar.bz2
open-keychain-d06666d9d96f62fbc53651fdef858b9c8c3e16d0.zip
translations info to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47c39283b..7029c84e1 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,17 @@ TODO:
- include Spongy Castle as source
- resolve lint errors (currently abortOnError is false in some build.gradle files of main project and libraries)
+### Translations
+
+Translations are hosted on Transifex, which is configured by ".tx/config".
+
+1. To pull newest translations install transifex client (e.g. ``apt-get install transifex-client``)
+2. Config Transifex client with "~/.transifexrc"
+3. Go into root folder of git repo
+4. execute ``tx pull`` (``tx pull -a`` to get all languages)
+
+see http://help.transifex.net/features/client/index.html#user-client
+
## Coding Style
### Code