Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignotus666 committed Aug 8, 2022
1 parent 6d975ae commit 5749e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/add-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wiki/en/Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <a href="https://github.com/jamulussoftware/jamulus/discussions">post about it on this forum</a> 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?
Expand Down

0 comments on commit 5749e4f

Please sign in to comment.