-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
735 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributing | ||
|
||
## What you can do | ||
|
||
### Add translations | ||
|
||
1. Execute ```pylupdate5 $(find -name "*.py") -ts Rare/languages/{your lang (two letters)}.ts``` in project directrory | ||
2. Modify the .ts file manually or in Qt Linguist | ||
3. Compile the file with ```lrelease Rare/languages/{lang}.ts``` | ||
4. Create a Pull request | ||
|
||
### Add Stylesheets | ||
|
||
For this you can create a .qss file in Rare/Styles/ directory. Here are some exmples: | ||
[Qt Docs](https://doc.qt.io/qt-5/stylesheet-examples.html) | ||
|
||
### Add features | ||
|
||
Select one Feature of the Todo list or improve the code. Then you can create a Pull request |
Oops, something went wrong.
bcb4765
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good