mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Update contributing notes
This commit is contained in:
parent
5164c2c5e8
commit
31cb7c4cf9
1 changed files with 13 additions and 0 deletions
13
.github/CONTRIBUTING.md
vendored
13
.github/CONTRIBUTING.md
vendored
|
@ -8,6 +8,10 @@ Any kind of contribution to the project is greatly appreciated.
|
|||
- Code refactoring
|
||||
- Translations
|
||||
|
||||
Usually we accept contributions on GitHub as Pull-Requests: https://github.com/Nheko-Reborn/nheko/pulls
|
||||
|
||||
Otherwise you can also submit patches, but that is more effort for both sides.
|
||||
|
||||
### Working on new features
|
||||
|
||||
Everything on the issue tracker is up for grabs unless someone else is
|
||||
|
@ -18,6 +22,15 @@ If you're planning to work on a new feature leave a message on the Matrix room
|
|||
|
||||
### Submitting a translation
|
||||
|
||||
Usually translations are done on weblate: https://weblate.nheko.im/
|
||||
|
||||
Anyone can submit suggestions and once they have 2 upvotes, they will
|
||||
automatically be applied. If you want to directly apply your or other changes
|
||||
without going through the consensus mode, you can also jump into the Matrix room
|
||||
and apply to become a translator.
|
||||
|
||||
Alternatively translations can also be added manually like so:
|
||||
|
||||
Example for a Japanese translation.
|
||||
- Create a new translation file using the prototype in English
|
||||
- e.g `cp resources/langs/nheko_en.ts resources/langs/nheko_ja.ts`
|
||||
|
|
Loading…
Reference in a new issue