Skip to content

Commit 35c0275

Browse files
authored
docs: Typst Japan CommunityをTypst Japanese Communityに置換 (#254)
1 parent 095388d commit 35c0275

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 貢献ガイドライン
22

33
> [!NOTE]
4-
> 当プロジェクトの[README](./README.md)や「[はじめに:Typst Japan Communityより](https://typst-jp.github.io/docs/)」、[Typst公式](https://typst.app/)[ライセンス](https://github.com/typst/typst/blob/main/LICENSE)[コントリビューション・ガイド](https://github.com/typst/typst/blob/main/CONTRIBUTING.md)も併せてご参照ください。
4+
> 当プロジェクトの[README](./README.md)や「[はじめに:Typst Japanese Communityより](https://typst-jp.github.io/docs/)」、[Typst公式](https://typst.app/)[ライセンス](https://github.com/typst/typst/blob/main/LICENSE)[コントリビューション・ガイド](https://github.com/typst/typst/blob/main/CONTRIBUTING.md)も併せてご参照ください。
55
66
Typst日本語ドキュメント翻訳プロジェクトにご興味をお持ちいただき、どうもありがとうございます。
77

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: |
77

88
<div class="info-box">
99

10-
**はじめに: Typst Japan Communityより**
10+
**はじめに: Typst Japanese Communityより**
1111

1212
日本語版Typstのドキュメントへようこそ! [Typst](https://typst.app/) はアカデミック・ライティング用途を念頭に開発された、TeXなどの今までのシステムを覆しうる革新的で多機能な組版エンジンです。もちろん、学術論文に限らず、雑誌や書籍の組版にも適しています。
1313

14-
このWebサイトは、[Typst GmbH](https://typst.app/legal/) の許諾を得て、非公式日本語コミュニティ「[Typst Japan Community](https://github.com/typst-jp/)」のボランティアたちが[公式ドキュメント](https://typst.app/docs/)を翻訳したものです。まだ翻訳途上ですので、翻訳されていない部分や誤訳などがたくさんあり、また情報が古くなる可能性もあるため、ご了承ください。最新の情報は[公式ドキュメント](https://typst.app/docs/)をご覧ください。ただし、本Webサイトには、公式ドキュメントにはない日本語の組版に特化した情報やコンテンツも掲載される予定です。
14+
このWebサイトは、[Typst GmbH](https://typst.app/legal/) の許諾を得て、非公式日本語コミュニティ「[Typst Japanese Community](https://github.com/typst-jp/)」のボランティアたちが[公式ドキュメント](https://typst.app/docs/)を翻訳したものです。まだ翻訳途上ですので、翻訳されていない部分や誤訳などがたくさんあり、また情報が古くなる可能性もあるため、ご了承ください。最新の情報は[公式ドキュメント](https://typst.app/docs/)をご覧ください。ただし、本Webサイトには、公式ドキュメントにはない日本語の組版に特化した情報やコンテンツも掲載される予定です。
1515

1616
皆様がTypstをご利用になる上で、本サイトの情報が一助になれば幸いです。
1717

website/src/components/ui/common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const Footer = () => {
3737
href={githubOrganizationUrl}
3838
class="text-gray-600 hover:text-gray-800 transition-colors"
3939
>
40-
Typst Japan Community
40+
Typst Japanese Community
4141
</a>
4242
</p>
4343
</div>

website/src/components/ui/common/SiteNoticeBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const SiteNoticeBanner = () => {
5050
</span>
5151
<span class="block flex-1 pt-1 pb-2 leading-normal sm:inline sm:pt-0 sm:pb-0">
5252
当サイトは、Typst GmbHの許諾を得て、日本語コミュニティ「
53-
<a href={githubOrganizationUrl}>Typst Japan Community</a>」が
53+
<a href={githubOrganizationUrl}>Typst Japanese Community</a>」が
5454
<a href={typstOfficialDocsUrl}>
5555
Typst v{version}の公式ドキュメント
5656
</a>
@@ -65,7 +65,7 @@ export const SiteNoticeBanner = () => {
6565
This site provides a Japanese translation of the{" "}
6666
<a href={typstOfficialDocsUrl}>Typst v{version} documentation</a>{" "}
6767
maintained by the "
68-
<a href={githubOrganizationUrl}>Typst Japan Community</a>" with
68+
<a href={githubOrganizationUrl}>Typst Japanese Community</a>" with
6969
permission from Typst GmbH. We recommend using this alongside the{" "}
7070
<a href={typstOfficialDocsUrl}>official documentation</a>. We
7171
welcome contributions through Issues and Pull Requests on{" "}

0 commit comments

Comments
 (0)