From d66df5eb06bbf10c8f1b0e732c491d76b9fff042 Mon Sep 17 00:00:00 2001 From: Nils Jacobsen <58360188+NilsJacobsen@users.noreply.github.com> Date: Fri, 26 Jan 2024 02:59:16 +0100 Subject: [PATCH] feat: Added translation status badge from inlang (#2080) # Added translation status badge from inlang To better see when there are missing translations or contribution opportunities. # What I changed - Added a dynamic image for markdown that renders the translation status --- docs/developers/contribution/guidelines.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developers/contribution/guidelines.mdx b/docs/developers/contribution/guidelines.mdx index f2d617615..71514326a 100644 --- a/docs/developers/contribution/guidelines.mdx +++ b/docs/developers/contribution/guidelines.mdx @@ -31,6 +31,8 @@ Enhancements are also tracked as GitHub issues and use the feature request templ ### Code Contributions +[![inlang status badge](https://badge.inlang.com/?url=github.com/StanGirard/quivr)](https://fink.inlang.com/https://badge.inlang.com/?url=github.com/StanGirard/quivr?ref=badge) + 1. Fork the repository. 2. Make your changes in a new git branch. 3. Test your changes.