diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-04-30 09:30:04 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-01 10:16:05 +0200 |
commit | 58c01a376db3d7088d5c49921cea2c99cffd4118 (patch) | |
tree | 5e8e4edd5da66ded6460fa237ec9d55c24c3c49a /doc/translation_process.md | |
parent | 426dc16f7b74d5dc91a947bb22acb7a3a414bb8f (diff) |
qt: add transifex configuration file
This is a project-wide configuration file and should be the same for
everyone.
Also remove mention of creating it yourself from the translation process.
Diffstat (limited to 'doc/translation_process.md')
-rw-r--r-- | doc/translation_process.md | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md index 4b7b19f82f..5d298dc485 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -71,28 +71,8 @@ We are using https://transifex.com as a frontend for translating the client. https://www.transifex.com/projects/p/bitcoin/resource/tx/ The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles) -will help with fetching new translations from Transifex. Use the following -config to be able to connect with the client: - -### .tx/config - - [main] - host = https://www.transifex.com - - [bitcoin.tx] - file_filter = src/qt/locale/bitcoin_<lang>.ts - source_file = src/qt/locale/bitcoin_en.ts - source_lang = en - -### .tx/config (for Windows) - - [main] - host = https://www.transifex.com - - [bitcoin.tx] - file_filter = src\qt\locale\bitcoin_<lang>.ts - source_file = src\qt\locale\bitcoin_en.ts - source_lang = en +will help with fetching new translations from Transifex. The Transifex configuration (`.tx/config`) +is part of the repository. It is also possible to directly download new translations one by one from the Transifex website. |