diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-12 15:56:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 15:56:41 +0200 |
commit | 1390da501d27cbb9574e41da334f3391fae8138b (patch) | |
tree | 00a77bfef79c5cb978c903ae7ded08b8f92298fc | |
parent | 481cc19d4d04e46b40e836d5cdf31ead1dd6440a (diff) |
Change translations badge in README to Crowdin (#11054)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 03c8472b9..2d18a4ee2 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ [![GitHub release](https://img.shields.io/github/release/tootsuite/mastodon.svg)][releases] [![Build Status](https://img.shields.io/circleci/project/github/tootsuite/mastodon.svg)][circleci] [![Code Climate](https://img.shields.io/codeclimate/maintainability/tootsuite/mastodon.svg)][code_climate] -[![Translation status](https://weblate.joinmastodon.org/widgets/mastodon/-/svg-badge.svg)][weblate] +[![Crowdin](https://d322cqt584bo4o.cloudfront.net/mastodon/localized.svg)][crowdin] [![Docker Pulls](https://img.shields.io/docker/pulls/tootsuite/mastodon.svg)][docker] [releases]: https://github.com/tootsuite/mastodon/releases [circleci]: https://circleci.com/gh/tootsuite/mastodon [code_climate]: https://codeclimate.com/github/tootsuite/mastodon -[weblate]: https://weblate.joinmastodon.org/engage/mastodon/ +[crowdin]: https://crowdin.com/project/mastodon [docker]: https://hub.docker.com/r/tootsuite/mastodon/ Mastodon is a **free, open-source social network server** based on ActivityPub. Follow friends and discover new ones. Publish anything you want: links, pictures, text, video. All servers of Mastodon are interoperable as a federated network, i.e. users on one server can seamlessly communicate with users from another one. This includes non-Mastodon software that also implements ActivityPub! |