Skip to content

Commit

Permalink
docs: prefere weblate for translation contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Nov 26, 2024
1 parent 109af13 commit c4b1e33
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ uv run pre-commit install
uv run python -m normcap
```

## Contribute to UI translations

Please use [Weblate](https://hosted.weblate.org/projects/normcap/ui/) to complement or
correct text for existing language as well as for adding new languages.

(If you prefer to not use Weblate, you can also [do it manually](./normcap/resources/locales/README.md), but be aware, that this more more cumbersome.)

## Credits

This project uses the following non-standard libraries:
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hide:

## Native speakers of other languages

- Help to [translate NormCap's UI](https://github.com/dynobo/normcap/tree/main/normcap/resources/locales)
- Help to [translate NormCap's UI via Weblate](https://hosted.weblate.org/projects/normcap/ui/)

## Designers & UX

Expand Down
9 changes: 9 additions & 0 deletions normcap/resources/locales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| [fr_FR](./fr_FR/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
| [hi_IN](./hi_IN/LC_MESSAGES/messages.po) | 8% | 6 of 68 |
| [it_IT](./it_IT/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
| [ja_JP](./ja_JP/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
| [pl_PL](./pl_PL/LC_MESSAGES/messages.po) | 8% | 6 of 68 |
| [pt_BR](./pt_BR/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
| [pt_PT](./pt_PT/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
Expand All @@ -28,6 +29,14 @@
| [uk_UA](./uk_UA/LC_MESSAGES/messages.po) | 100% | 68 of 68 |
| [zh_CN](./zh_CN/LC_MESSAGES/messages.po) | 100% | 68 of 68 |

## Contribute to UI translations

**Please use [Weblate](https://hosted.weblate.org/projects/normcap/ui/) to complement or
correct text for existing language as well as for adding new languages.**

If you prefer to _not_ use Weblate, you can also do it manually as explained below,
but be aware, that this much more cumbersome!

## Proofread existing translations

1. Open one of the translations (`.po`-files) linked in the "Status" table above.
Expand Down
1 change: 0 additions & 1 deletion normcap/resources/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,3 @@ msgid ""
"\n"
"Do you want to view the changelog on GitHub now?"
msgstr ""

0 comments on commit c4b1e33

Please sign in to comment.