Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSS活動リンク追加 #1711

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ const t = useTranslations(Astro);
<p>{t("open-source-activity.descripion")}</p>
<GlobalListComponent
list={[
{
title: t("open-source-activity.link-all"),
url: "https://yamanoku.notion.site/170f2fefa69c80959582f75f6e5b4b3f"
},
{
title: t("open-source-activity.link-2025"),
url: "https://yamanoku.notion.site/2025-6415641600a749d58ae57cb39f1bdbbb"
},
{
title: t("open-source-activity.link-2024"),
url: "https://yamanoku.notion.site/2024-6415641600a749d58ae57cb39f1bdbbb"
url: "https://yamanoku.notion.site/2024-170f2fefa69c80c1a13dfe86d477010e"
},
{
title: t("open-source-activity.link-2023"),
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/en/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ export default Dictionary({
// open source activity
"open-source-activity.descripion":
"In addition to working for a company, I have been contributing to open source since 2020 in my spare time. I translate documents, propose accessibility improvements, respond to fixes, and make other minor corrections.",
"open-source-activity.link-all": "Open Source Activity All Logs",
"open-source-activity.link-2021": "Open Source Activity Log 2021",
"open-source-activity.link-2022": "Open Source Activity Log 2022",
"open-source-activity.link-2023": "Open Source Activity Log 2023",
"open-source-activity.link-2024": "Open Source Activity Log 2024",
"open-source-activity.link-2025": "Open Source Activity Log 2025",

// donate
"donate.description":
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/ja/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ export default {
// オープンソース活動
"open-source-activity.descripion":
"企業に所属して働く傍ら、余暇時間を使って2020年よりオープンソースへのコントリビュート活動をしています。ドキュメントの翻訳やアクセシビリティ改善提案や修正対応、その他軽微な修正などを行っています。",
"open-source-activity.link-all": "オープンソース活動全まとめ",
"open-source-activity.link-2021": "オープンソース活動記録 2021年",
"open-source-activity.link-2022": "オープンソース活動記録 2022年",
"open-source-activity.link-2023": "オープンソース活動記録 2023年",
"open-source-activity.link-2024": "オープンソース活動記録 2024年",
"open-source-activity.link-2025": "オープンソース活動記録 2025年",

// 寄付・支援
"donate.description":
Expand Down
Loading