From 5749e4f6da07604e5d7f50146e8a75dee07fd507 Mon Sep 17 00:00:00 2001 From: Ignotus Date: Tue, 9 Aug 2022 00:37:33 +0200 Subject: [PATCH] Update docs --- .github/workflows/add-lang.yml | 5 ++--- wiki/en/Contribution.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-lang.yml b/.github/workflows/add-lang.yml index 21804951d..77a1ff7e2 100755 --- a/.github/workflows/add-lang.yml +++ b/.github/workflows/add-lang.yml @@ -72,9 +72,8 @@ jobs: with: issue-number: ${{ env.issue_num }} body: | - - The .po files have been created for **${{ env.new_lang }}** on the `next-release` branch. - - They can be found in `_translator-files/po/${{ env.new_lang }}/`. - - Please consult the README file in `_translator-files/` for information on the translation process. + - The .po files have been created for **${{ env.new_lang }}** and are now available on [Weblate](https://hosted.weblate.org/projects/jamulus/#languages). If you prefer not to use Weblate and intend to submit translations via a Pull Request, your language files can be found on the `next-release` branch in `_translator-files/po/${{ env.new_lang }}/`. + - Please consult [this README file](https://github.com/jamulussoftware/jamuluswebsite/tree/next-release/_translator-files#readme) for more information on the translation process. # Create target translated files. Never pushed to the repo. - name: Create translated docs and stats diff --git a/wiki/en/Contribution.md b/wiki/en/Contribution.md index c1a98eb1b..edf683a2d 100644 --- a/wiki/en/Contribution.md +++ b/wiki/en/Contribution.md @@ -11,7 +11,7 @@ If you find a mistake, typo or something out of date (in any language) on this w If you think some documentation or information is missing or can be improved, post about it on this forum so it can be discussed first. -If you want to help out with translation, you will need to have a GitHub account and should be familiar with using git and Jekyll. Read about our [documentation and translation process](https://github.com/jamulussoftware/jamuluswebsite/blob/release/README.md), and [introduce yourself](https://github.com/jamulussoftware/jamulus/discussions) if you’d like to get involved. You can check the current status of website translations [here](Statistics). +We use [Weblate](https://hosted.weblate.org/projects/jamulus/#languages) to translate our documentation. Read about our [documentation and translation process](https://github.com/jamulussoftware/jamuluswebsite/blob/release/README.md), and [introduce yourself](https://github.com/jamulussoftware/jamulus/discussions) if you’d like to get involved. ## Want to contribute code?