From eb2d64b9e0e2539b87469d311fb1affcb4fa26cf Mon Sep 17 00:00:00 2001 From: Chuf <42591821+GChuf@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:11:47 +0000 Subject: doc: Add spacing to command in translation_process.md Added spacing to command for updating bitcoin_locale.qrc entries --- doc/translation_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/translation_process.md') 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/locale\/\1.qm<\/file>/' +git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ locale\/\1.qm<\/file>/' ``` 4. Update `src/Makefile.qt.include` manually or via ```bash -- cgit v1.2.3