aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-08-27 19:02:52 +0800
committerfanquake <fanquake@gmail.com>2019-08-27 19:19:00 +0800
commitd21e8aa0a946ea2546d2e0c010b55dfd921b8618 (patch)
tree2c6eb6cf121efbb8c8c7df182c200c7a75b7b832
parent215eec3bb532db1d6503f96c6136aa3d04fba565 (diff)
parenteb2d64b9e0e2539b87469d311fb1affcb4fa26cf (diff)
downloadbitcoin-d21e8aa0a946ea2546d2e0c010b55dfd921b8618.tar.xz
Merge #16732: doc: Add spacing to command in translation_process.md
eb2d64b9e0e2539b87469d311fb1affcb4fa26cf 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 - eb2d64b9e0e2539b87469d311fb1affcb4fa26cf - thanks. Tree-SHA512: 079180962062994a3127ba05f7bb27a4145cb6a50354076864bf546dbbd80802ba9f10c943c43b6b3544d7225b646b7a8f1e38e0f148902c1813426b6f5036c3
-rw-r--r--doc/translation_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index 7212105f35..0e9245250f 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -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