Skip to content

Commit 1599c10

Browse files
committed
Merge #574: Replace untranslated content with redirects
ef1e936 Replace untranslated content with redirects (David A. Harding) Pull request description: We have a couple pages in non-English categories that just mirror the English text. This likely confuses users (who would expect to find a Traditional Chinese page under a zh_TW URL) and adds extra work for contributors changing the English source page. This PR removes the untranslated content and redirects its URLs to the currently-identical English-language pages. I locally tested the redirects. Tree-SHA512: 39f263e0e7d16dda669f99d5ca7269c34b1de6df53c3c2277d32fa9c2ad6f6cdb71033603e35f3a39203810963fb2cd99ca267d53f67b66110eb0fec4e4b1b47
2 parents bb053f0 + ef1e936 commit 1599c10

File tree

4 files changed

+6
-64
lines changed

4 files changed

+6
-64
lines changed

_posts/en/pages/2016-01-01-about.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ layout: page
77
lang: en
88
share: false
99
version: 1
10+
redirect_from:
11+
- /zh_TW/about/
1012
---
1113

1214
Bitcoin Core is an [open source](https://opensource.org/) project which maintains and releases Bitcoin client software called "Bitcoin Core".
@@ -15,4 +17,4 @@ It is a direct descendant of the original Bitcoin software client released by Sa
1517

1618
Bitcoin Core consists of both "full-node" software for fully validating the blockchain as well as a bitcoin wallet. The project also currently maintains related software such as the cryptography library [libsecp256k1](https://github.com/bitcoin/secp256k1) and others located at [GitHub](https://github.com/bitcoin).
1719

18-
Anyone can [contribute to Bitcoin Core](/en/contribute/).
20+
Anyone can [contribute to Bitcoin Core](/en/contribute/).

_posts/en/pages/2016-01-01-contribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ layout: page
88
lang: en
99
share: false
1010
version: 3
11+
redirect_from:
12+
- /zh_TW/contribute/
1113
---
1214

1315
You are welcome to contribute to the project!
@@ -35,4 +37,4 @@ You can also translate or contribute to this [website][website-contrib].
3537
[translation_process.md]: https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md
3638
[website-contrib]: https://github.com/bitcoin-core/bitcoincore.org/blob/master/CONTRIBUTING.md
3739

38-
{% include references.md %}
40+
{% include references.md %}

_posts/zh_TW/pages/2016-01-01-about.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

_posts/zh_TW/pages/2016-01-01-contribute.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)