diff options
author | Chuf <42591821+GChuf@users.noreply.github.com> | 2019-08-27 00:11:47 +0000 |
---|---|---|
committer | GChuf <gasper.cefarin@gmail.com> | 2019-08-27 13:36:54 +0200 |
commit | eb2d64b9e0e2539b87469d311fb1affcb4fa26cf (patch) | |
tree | f786795b3be69b9265aeef6c70a5508df20f5e1b /doc | |
parent | efe1ee0d8d7f82150789f1f6840f139289628a2b (diff) |
doc: Add spacing to command in translation_process.md
Added spacing to command for updating bitcoin_locale.qrc entries
Diffstat (limited to 'doc')
-rw-r--r-- | doc/translation_process.md | 2 |
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 |