From 8d841ad4928b303465fa0b740d91985ff00b822a Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 26 Sep 2019 16:44:05 +0200 Subject: doc: Remove MSVC update step from translation process This part of the build system has been removed in #15529 and thus no longer needs to be updated. --- doc/translation_process.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/translation_process.md b/doc/translation_process.md index 0e9245250f..14774eec43 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -77,12 +77,6 @@ git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ ```bash git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ qt\/locale\/\1.ts \\/' ``` -5. Update `build_msvc/libbitcoin_qt/libbitcoin_qt.vcxproj` or via -```bash -git ls-files src/qt/locale/*ts|xargs -n1 basename | - sed 's/@/%40/' | - sed 's/\(bitcoin_\(.*\)\).ts/ \n true<\/DeploymentContent>\n <\/None>/' -``` **Do not directly download translations** one by one from the Transifex website, as we do a few post-processing steps before committing the translations. -- cgit v1.2.3