diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-21 13:44:33 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-21 13:46:41 +0200 |
commit | 417305991a0573484f4aa3820103d8b991cb8f81 (patch) | |
tree | 0cb5a90d6401777ceb0bd154c308a210b3f1c30f /.tx | |
parent | e16f8720dca2de1040478968c9f3ca07644a04b7 (diff) |
qt: Bump transifex slug for 22.x
Opening the 22.x translations early because of experimentation with the
new xliff translations format.
In this context, change file_filter to `xlf` as well as the files
pulled with `tx pull` are that format now (the setting only affects the naming
not the format of the files).
Tree-SHA512: e0c18aa5e6cbd4428d24324fee8e5761b70dae51d0236277577aded719798c6a32fc81c0598f280321f2816629e33a334f61f9e7f6180c4074abfda6550cefbe
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tx/config b/.tx/config index 200dfafc9b..232d481e18 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[bitcoin.qt-translation-021x] -file_filter = src/qt/locale/bitcoin_<lang>.ts +[bitcoin.qt-translation-022x] +file_filter = src/qt/locale/bitcoin_<lang>.xlf source_file = src/qt/locale/bitcoin_en.xlf source_lang = en |