Skip to content

Commit 58c01a3

Browse files
committed
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.
1 parent 426dc16 commit 58c01a3

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

.tx/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[bitcoin.tx]
5+
file_filter = src/qt/locale/bitcoin_<lang>.ts
6+
source_file = src/qt/locale/bitcoin_en.ts
7+
source_lang = en

doc/translation_process.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,28 +71,8 @@ We are using https://transifex.com as a frontend for translating the client.
7171
https://www.transifex.com/projects/p/bitcoin/resource/tx/
7272

7373
The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles)
74-
will help with fetching new translations from Transifex. Use the following
75-
config to be able to connect with the client:
76-
77-
### .tx/config
78-
79-
[main]
80-
host = https://www.transifex.com
81-
82-
[bitcoin.tx]
83-
file_filter = src/qt/locale/bitcoin_<lang>.ts
84-
source_file = src/qt/locale/bitcoin_en.ts
85-
source_lang = en
86-
87-
### .tx/config (for Windows)
88-
89-
[main]
90-
host = https://www.transifex.com
91-
92-
[bitcoin.tx]
93-
file_filter = src\qt\locale\bitcoin_<lang>.ts
94-
source_file = src\qt\locale\bitcoin_en.ts
95-
source_lang = en
74+
will help with fetching new translations from Transifex. The Transifex configuration (`.tx/config`)
75+
is part of the repository.
9676

9777
It is also possible to directly download new translations one by one from the Transifex website.
9878

0 commit comments

Comments
 (0)