Skip to content

Commit eb2d64b

Browse files
committed
doc: Add spacing to command in translation_process.md
Added spacing to command for updating bitcoin_locale.qrc entries
1 parent efe1ee0 commit eb2d64b

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)