Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 16a9bf8

Browse files
rewrite0w0Boshen
authored andcommitted
docs: Suggested documentation changes to recognize <a> link
1 parent 9cd61fc commit 16a9bf8

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

Diff for: i18n/ja/code.json

+8
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@
269269
"homepage.subtitle.second": {
270270
"message": "このサイトは、Rustやパーサーを学びたい方、oxc、swc、Biomeなどへの貢献を考えている方への助けとなります。",
271271
"description": "The second content of subtitle in the top page"
272+
},
273+
"homepage.subtitle.second_1": {
274+
"message": "このサイトは、Rustやパーサーを学びたい方",
275+
"description": "The second content of subtitle in the top page"
276+
},
277+
"homepage.subtitle.second_2": {
278+
"message": "などへの貢献を考えている方への助けとなります。",
279+
"description": "The second content of subtitle in the top page"
272280
},
273281
"homepage.subtitle.third": {
274282
"message": "ガイドでは、Rust で JavaScript パーサーを書くための基本的なトピックを網羅します。チュートリアルでは、いくつかのトピックをより詳しく説明します。",

Diff for: i18n/ko/code.json

+8
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@
270270
"message": "Rust나 파서를 배우고 싶은 분, 조만간 oxc, swc, Biome 등에 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
271271
"description": "The second content of subtitle in the top page"
272272
},
273+
"homepage.subtitle.second_1": {
274+
"message": "Rust나 파서를 배우고 싶은 분, 조만간",
275+
"description": "The second content of subtitle in the top page"
276+
},
277+
"homepage.subtitle.second_2": {
278+
"message": "등에 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
279+
"description": "The second content of subtitle in the top page"
280+
},
273281
"homepage.subtitle.third": {
274282
"message": "가이드에는, Rust로 JavaScript 파서 작성하기 위한 기본적 토픽을 망라합니다. 튜토리얼은 몇 가지 토픽을 더욱 상세히 설명합니다.",
275283
"description": "The third content of subtitle in the top page"

Diff for: src/pages/index.tsx

+6-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ function HomepageHeader() {
2121
</Translate>
2222
</p>
2323
<p className="hero__subtitle">
24-
<Translate id="homepage.subtitle.second">
25-
This will be the guide for you if you are interested in learning Rust, parsers,
26-
or would like to contribute to <a href="https://github.com/boshen/oxc" target="__blank">oxc</a>, <a href="https://swc.rs" target="__blank">swc</a> or <a href="https://biomejs.dev" target="__blank">Biome</a> in the near future.
24+
<Translate id="homepage.subtitle.second_1">
25+
This will be the guide for you if you are interested in learning Rust, parsers, or would like to contribute to
26+
</Translate>
27+
<span> <a href="https://github.com/boshen/oxc" target="__blank">oxc</a>, <a href="https://swc.rs" target="__blank">swc</a> or <a href="https://biomejs.dev" target="__blank">Biome</a> </span>
28+
<Translate id="homepage.subtitle.second_2">
29+
in the near future.
2730
</Translate>
2831
</p>
2932
<p className="hero__subtitle">

0 commit comments

Comments
 (0)