diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-31 15:25:17 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-31 15:27:00 +0200 |
commit | 8b4616bab3d6badabbcce7d73baf4c74bf2fd854 (patch) | |
tree | d7b3644881b02f1751063217c1fedea949dabb2e | |
parent | 84c5f77deb243a73c1c3d1b9950277e6ec99ec14 (diff) |
qt: Change transifex slug to new resource for 0.10.x
Make sure that translations are pulled from the 0.10.x resource
https://www.transifex.com/projects/p/bitcoin/resource/qt-translation-010x/
Closes #4006.
-rw-r--r-- | .tx/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config index 655379de79..472d27b46f 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[bitcoin.tx] +[bitcoin.qt-translation-010x] file_filter = src/qt/locale/bitcoin_<lang>.ts source_file = src/qt/locale/bitcoin_en.ts source_lang = en |