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 /src/client | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.gz sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.tar.bz2 sharkey-f0d187f71ef4253efdc72dfbd4a492addad0da2f.zip | |
Add crowdin link
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/about.vue | 2 |
1 files changed, 2 insertions, 0 deletions
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> |