aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-03-26 20:07:28 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-03-26 20:07:28 -0400
commit9a133240d307abc964409540dba337b133922f7f (patch)
tree939556b03eb80c5cbc92c66ff0a34c992d39b4c9 /doc
parent166004aca586292458fd6dd2c676e20f70d1e65d (diff)
parent6085033f31456533ba874fa90aceebf871b0203c (diff)
downloadbitcoin-9a133240d307abc964409540dba337b133922f7f.tar.xz
Merge branch '0.5.0.x' into 0.5.x
Diffstat (limited to 'doc')
-rw-r--r--doc/translation_process.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index cf1000573f..603d557cf6 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -1,7 +1,7 @@
Translations
============
-The QT GUI can be easily be translated into other languages. Here's how we
+The Qt GUI can be easily translated into other languages. Here's how we
handle those translations.
Files and Folders
@@ -30,10 +30,10 @@ This directory contains all translations. Filenames must adhere to this format:
#### Source file
-`src/qt/locale/bitcoin_en.ts` is a treated in a special way. It is used as the
-source for all other translations. Whenever a string in the code is change
+`src/qt/locale/bitcoin_en.ts` is treated in a special way. It is used as the
+source for all other translations. Whenever a string in the code is changed
this file must be updated to reflect those changes. Usually, this can be
-accomplished by running `lupdate`
+accomplished by running `lupdate`.
Syncing with transifex
----------------------
@@ -42,9 +42,9 @@ We are using http://transifex.net as a frontend for translating the client.
https://www.transifex.net/projects/p/bitcoin/resource/tx/
-The "transifex client":http://help.transifex.net/features/client/index.html
-will help with fetching new translations from transifex.
-
+The "transifex client" (see: http://help.transifex.net/features/client/)
+will help with fetching new translations from transifex. Use the following
+config to be able to connect with the client.
### .tx/config