mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
doc: Add pre-splitoff translation update to release-process.md
This commit is contained in:
parent
e3699b71c4
commit
6e328ff8d0
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ Release Process
|
||||||
- This update should be reviewed with a reindex-chainstate with assumevalid=0 to catch any defect
|
- 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.
|
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).
|
- 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.
|
- 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.
|
- 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.
|
- 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue