doc: Add spacing to command in translation_process.md
Added spacing to command for updating bitcoin_locale.qrc entries
This commit is contained in:
parent
efe1ee0d8d
commit
eb2d64b9e0
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/`
|
2. `git add` new translations from `src/qt/locale/`
|
||||||
3. Update `src/qt/bitcoin_locale.qrc` manually or via
|
3. Update `src/qt/bitcoin_locale.qrc` manually or via
|
||||||
```bash
|
```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
|
4. Update `src/Makefile.qt.include` manually or via
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue