diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-01-26 23:41:56 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-01-26 23:41:56 +0200 |
commit | 6e328ff8d044ac0d0b6e10e842b2b0ad7503f296 (patch) | |
tree | 18d7f9541552d7534bb6fb1f79faf5493405599e /doc/release-process.md | |
parent | e3699b71c46bf66cfe363fc76ab8761dc39555a7 (diff) |
doc: Add pre-splitoff translation update to release-process.md
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index f786b345b1..0fda9e6430 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -36,7 +36,8 @@ Release Process - This update should be reviewed with a reindex-chainstate with assumevalid=0 to catch any defect that causes rejection of blocks in the past history. - Clear the release notes and move them to the wiki (see "Write the release notes" below). -- Translations on Transifex +- Translations on Transifex: + - Pull translations from Transifex into the master branch. - Create [a new resource](https://www.transifex.com/bitcoin/bitcoin/content/) named after the major version with the slug `[bitcoin.qt-translation-<RRR>x]`, where `RRR` is the major branch number padded with zeros. Use `src/qt/locale/bitcoin_en.xlf` to create it. - In the project workflow settings, ensure that [Translation Memory Fill-up](https://docs.transifex.com/translation-memory/enabling-autofill) is enabled and that [Translation Memory Context Matching](https://docs.transifex.com/translation-memory/translation-memory-with-context) is disabled. - Update the Transifex slug in [`.tx/config`](/.tx/config) to the slug of the resource created in the first step. This identifies which resource the translations will be synchronized from. |