diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 02:35:50 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-13 02:35:50 +0900 |
| commit | f0d187f71ef4253efdc72dfbd4a492addad0da2f (patch) | |
| tree | 6898bc77202116b979f24aabe9894976b0f9caef | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.gz sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.bz2 sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.zip | |
Add crowdin link
| -rw-r--r-- | locales/ja-JP.yml | 1 | ||||
| -rw-r--r-- | src/client/pages/about.vue | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d6cf376083..8f4c937016 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -311,6 +311,7 @@ aboutMisskey: "Misskeyについて" aboutMisskeyText: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。" misskeyMembers: "現在以下のメンバーによって開発・メンテナンスされています:" misskeySource: "ソースコードはここで公開されています:" +misskeyTranslation: "Misskeyの翻訳にご協力をお願いします:" misskeyDonate: "Misskeyに寄付をして開発をサポートできます:" morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰" patrons: "支援者" diff --git a/src/client/pages/about.vue b/src/client/pages/about.vue index 8ac8abaaeb..45314a53fb 100644 --- a/src/client/pages/about.vue +++ b/src/client/pages/about.vue @@ -36,6 +36,8 @@ </span> <div style="margin-top: 1em;">{{ $t('misskeySource') }}</div> <mk-url url="https://github.com/syuilo/misskey"/> + <div style="margin-top: 1em;">{{ $t('misskeyTranslation') }}</div> + <mk-url url="https://crowdin.com/project/misskey"/> <div style="margin-top: 1em;">{{ $t('misskeyDonate') }}</div> <mk-url url="https://www.patreon.com/syuilo"/> </div> |