Skip to content

Commit 8d841ad

Browse files
committed
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.
1 parent ab765c2 commit 8d841ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/translation_process.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/
7777
```bash
7878
git ls-files src/qt/locale/*ts|xargs -n1 basename|sed 's/\(bitcoin_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'
7979
```
80-
5. Update `build_msvc/libbitcoin_qt/libbitcoin_qt.vcxproj` or via
81-
```bash
82-
git ls-files src/qt/locale/*ts|xargs -n1 basename |
83-
sed 's/@/%40/' |
84-
sed 's/\(bitcoin_\(.*\)\).ts/ <None Include="..\\..\\src\\qt\\locale\\\1.ts">\n <DeploymentContent>true<\/DeploymentContent>\n <\/None>/'
85-
```
8680

8781
**Do not directly download translations** one by one from the Transifex website, as we do a few post-processing steps before committing the translations.
8882

0 commit comments

Comments
 (0)