summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-13 02:35:50 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-13 02:35:50 +0900
commitf0d187f71ef4253efdc72dfbd4a492addad0da2f (patch)
tree6898bc77202116b979f24aabe9894976b0f9caef
parentUpdate CHANGELOG.md (diff)
downloadsharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.gz
sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.bz2
sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.zip
Add crowdin link
-rw-r--r--locales/ja-JP.yml1
-rw-r--r--src/client/pages/about.vue2
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>