mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-03 13:44:42 -05:00
Merge #16732: doc: Add spacing to command in translation_process.md
eb2d64b9e0
doc: Add spacing to command in translation_process.md (Chuf) Pull request description: Add spacing to the command used for updating `bitcoin_locale.qrc` entries. This makes it slightly easier to copy output into the relevant Makefile. ACKs for top commit: fanquake: Tested ACK -eb2d64b9e0
- thanks. Tree-SHA512: 079180962062994a3127ba05f7bb27a4145cb6a50354076864bf546dbbd80802ba9f10c943c43b6b3544d7225b646b7a8f1e38e0f148902c1813426b6f5036c3
This commit is contained in:
commit
d21e8aa0a9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ To assist in updating translations, a helper script is available in the [maintai
|
|||
2. `git add` new translations from `src/qt/locale/`
|
||||
3. Update `src/qt/bitcoin_locale.qrc` manually or via
|
||||
```bash
|
||||
git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/<file alias="\2">locale\/\1.qm<\/file>/'
|
||||
git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ <file alias="\2">locale\/\1.qm<\/file>/'
|
||||
```
|
||||
4. Update `src/Makefile.qt.include` manually or via
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue