doc: Add spacing to command in translation_process.md

Added spacing to command for updating bitcoin_locale.qrc entries
This commit is contained in:
Chuf 2019-08-27 00:11:47 +00:00 committed by GChuf
parent efe1ee0d8d
commit eb2d64b9e0
1 changed files with 1 additions and 1 deletions

View File

@ -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