diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-09-26 19:58:54 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-09-26 19:59:10 +0200 |
commit | 6288f15f50ab98b336ab86804c4cbea3807dc1d3 (patch) | |
tree | a3c526b33419838e691ffbfcb203e0e186df816b | |
parent | ab765c2ec7db042142298cdd6ca9c2f04cca8598 (diff) | |
parent | 8d841ad4928b303465fa0b740d91985ff00b822a (diff) |
Merge #16968: doc: Remove MSVC update step from translation process
8d841ad4928b303465fa0b740d91985ff00b822a doc: Remove MSVC update step from translation process (Wladimir J. van der Laan)
Pull request description:
This part of the build system has been removed in #15529 and thus no longer needs to be updated.
ACKs for top commit:
MarcoFalke:
ACK 8d841ad4928b303465fa0b740d91985ff00b822a
sipsorcery:
ACK 8d841ad
Tree-SHA512: f561a6b1da806e8868a265c77725b94fabef60bc7b9d401e3f70c3d859323adc2e204e3d6fbfea4f1ff86e70667f8bd01157411106ea93974921c02d874e0083
-rw-r--r-- | doc/translation_process.md | 6 |
1 files changed, 0 insertions, 6 deletions
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/ <None Include="..\\..\\src\\qt\\locale\\\1.ts">\n <DeploymentContent>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. |