From 482171840719432b2abdf6d0c5e7276781d3fbd6 Mon Sep 17 00:00:00 2001 From: Bazsalanszky Date: Sun, 6 Aug 2023 22:14:39 +0200 Subject: [PATCH] Add weblate to contributions section of readme This is a requirement for getting the Libre plan on weblate. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32b4115d..7a87ff51 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Infinity for Lemmy is currently in the early stages of development. Expect many - [ ] Multi community view? + + ## Contributing First off, thanks for taking the time to contribute! Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. @@ -69,9 +71,18 @@ Don't forget to give the project a star! Thanks again! 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request -Here are other ways you can help: +### Translation + +You can alos help Infinity for Lemmy by translating it to your native langugage! Translations are done via [Weblate](https://hosted.weblate.org/projects/lemminfinity/codeberg/)! + + +[![Translation](https://hosted.weblate.org/widgets/lemminfinity/-/codeberg/multi-auto.svg)](https://hosted.weblate.org/engage/lemminfinity/) + + +### Reporting bugs + +You can also contribute by [reporting bugs](https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy/issues) -- [Report Bugs](https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy/issues)

(back to top)