From b27ce3d901de50f3eeb054a390d33b446d39cd91 Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Mon, 28 Mar 2022 15:12:16 +0000 Subject: [PATCH] docs(l10n): add crowdin badge to docs + append message for crowdin commits --- README.md | 4 +++- crowdin.yml | 1 + docs/src/index.md | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7644fcebd..2b36afd840 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ <div align="center"> -[![release-badge]][release] [![license-badge]][license] [![contributions-badge]][contributions] [![semantic-release-badge]][semantic-release] [![discord-badge]][discord] [![stars-badge]][stars] +[![release-badge]][release] [![license-badge]][license] [![crowdin-badge]][crowdin] [![contributions-badge]][contributions] [![semantic-release-badge]][semantic-release] [![discord-badge]][discord] [![stars-badge]][stars] </div> @@ -105,3 +105,5 @@ Copyright © 2020-present, [Ad Aures](https://adaures.com/). [stars]: https://github.com/ad-aures/castopod/stargazers [stars-badge]: https://img.shields.io/github/stars/ad-aures/castopod?style=social +[crowdin]: https://translate.castopod.org/project/castopod +[crowdin-badge]: https://badges.crowdin.net/castopod/localized.svg diff --git a/crowdin.yml b/crowdin.yml index 2aa60f71c9..b81afd0ae3 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,4 @@ +commit_message: "[ci skip]" files: - source: /app/Language/en/*.php translation: /app/Language/%two_letters_code%/%original_file_name% diff --git a/docs/src/index.md b/docs/src/index.md index 0bc9b86d58..f1abb3c6b3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,7 @@ sidebarDepth: 2 # Welcome 👋 -[![release-badge]][release] [![license-badge]][license] [![contributions-badge]][contributions] [![semantic-release-badge]][semantic-release] [![discord-badge]][discord] [![stars-badge]][stars] +[![release-badge]][release] [![license-badge]][license] [![contributions-badge]][contributions] [![semantic-release-badge]][semantic-release] [![crowdin-badge]][crowdin] [![discord-badge]][discord] [![stars-badge]][stars] Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. @@ -219,3 +219,5 @@ Copyright © 2020-present, [Ad Aures](https://adaures.com/). [stars]: https://github.com/ad-aures/castopod/stargazers [stars-badge]: https://img.shields.io/github/stars/ad-aures/castopod?style=social +[crowdin]: https://translate.castopod.org/project/castopod +[crowdin-badge]: https://badges.crowdin.net/castopod/localized.svg -- GitLab