diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-12 14:59:12 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-12 14:59:12 +0100 |
commit | 45c551ebcaa0f5d6e91bb9a0dfed1f652d51ab46 (patch) | |
tree | ad1d8b9c3dcbe91db72528cf2d469d402ea8bdad | |
parent | ea49a35b4c8215e08c9316d3334c0e7007964aa0 (diff) |
some notes about transifex
-rw-r--r-- | doc/TRANSLATE.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/TRANSLATE.md b/doc/TRANSLATE.md new file mode 100644 index 000000000..9a0d07d74 --- /dev/null +++ b/doc/TRANSLATE.md @@ -0,0 +1,19 @@ +The software translations are implemented using GNU gettext, and the +resource files are managed in Transifex. + +The Transifex project is at +https://www.transifex.net/projects/p/alaveteli/; you'll probably want +an account there (ask on the mailing list). + +# Pulling translations from Transifex + +To update the local translation files using the Transifex command-line client, first install it: + + # easy_install transifex-client + +Then you can run the following from the root of your Alaveteli install: + + tx pull -a + +Finally, commit these translations to github as usual. + |