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

Commit

Permalink
docs: Suggested documentation changes to recognize <a> link
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrite0w0 authored and Boshen committed Nov 11, 2023
1 parent 9cd61fc commit 16a9bf8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@
"homepage.subtitle.second": {
"message": "このサイトは、Rustやパーサーを学びたい方、oxc、swc、Biomeなどへの貢献を考えている方への助けとなります。",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.second_1": {
"message": "このサイトは、Rustやパーサーを学びたい方",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.second_2": {
"message": "などへの貢献を考えている方への助けとなります。",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.third": {
"message": "ガイドでは、Rust で JavaScript パーサーを書くための基本的なトピックを網羅します。チュートリアルでは、いくつかのトピックをより詳しく説明します。",
Expand Down
8 changes: 8 additions & 0 deletions i18n/ko/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@
"message": "Rust나 파서를 배우고 싶은 분, 조만간 oxc, swc, Biome 등에 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.second_1": {
"message": "Rust나 파서를 배우고 싶은 분, 조만간",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.second_2": {
"message": "등에 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
"description": "The second content of subtitle in the top page"
},
"homepage.subtitle.third": {
"message": "가이드에는, Rust로 JavaScript 파서 작성하기 위한 기본적 토픽을 망라합니다. 튜토리얼은 몇 가지 토픽을 더욱 상세히 설명합니다.",
"description": "The third content of subtitle in the top page"
Expand Down
9 changes: 6 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ function HomepageHeader() {
</Translate>
</p>
<p className="hero__subtitle">
<Translate id="homepage.subtitle.second">
This will be the guide for you if you are interested in learning Rust, parsers,
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.
<Translate id="homepage.subtitle.second_1">
This will be the guide for you if you are interested in learning Rust, parsers, or would like to contribute to
</Translate>
<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>
<Translate id="homepage.subtitle.second_2">
in the near future.
</Translate>
</p>
<p className="hero__subtitle">
Expand Down

0 comments on commit 16a9bf8

Please sign in to comment.