Skip to content

Commit d21e8aa

Browse files
committed
Merge #16732: doc: Add spacing to command in translation_process.md
eb2d64b 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 - eb2d64b - thanks. Tree-SHA512: 079180962062994a3127ba05f7bb27a4145cb6a50354076864bf546dbbd80802ba9f10c943c43b6b3544d7225b646b7a8f1e38e0f148902c1813426b6f5036c3
2 parents 215eec3 + eb2d64b commit d21e8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/translation_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To assist in updating translations, a helper script is available in the [maintai
7171
2. `git add` new translations from `src/qt/locale/`
7272
3. Update `src/qt/bitcoin_locale.qrc` manually or via
7373
```bash
74-
git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/<file alias="\2">locale\/\1.qm<\/file>/'
74+
git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ <file alias="\2">locale\/\1.qm<\/file>/'
7575
```
7676
4. Update `src/Makefile.qt.include` manually or via
7777
```bash

0 commit comments

Comments
 (0)