diff --git a/locales/en-US.yml b/locales/en-US.yml index e0358a8468..9ce6ee5cdb 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1551,6 +1551,7 @@ _aboutMisskey: contributors: "Main contributors" allContributors: "All contributors" source: "Source code" + forksource: "Source code for this fork" translation: "Translate Misskey" donate: "Donate to Misskey" morePatrons: "We also appreciate the support of many other helpers not listed here. Thank you! 🥰" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d97b09f63c..71c04873ad 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1573,6 +1573,7 @@ _aboutMisskey: contributors: "主なコントリビューター" allContributors: "全てのコントリビューター" source: "ソースコード" + forksource: "当フォークのソースコード" translation: "Misskeyを翻訳" donate: "Misskeyに寄付" morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰" diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 7cc6040faa..a7cbf0da05 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -34,6 +34,11 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._aboutMisskey.source }} + + + {{ i18n.ts._aboutMisskey.forksource }} + + {{ i18n.ts._aboutMisskey.translation }}