1
0
Fork 0
mirror of synced 2024-04-29 18:23:04 +12:00
Rare/CONTRIBUTING.md
2021-02-17 18:54:53 +01:00

596 B

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

Add features

Select one Feature of the Todo list or improve the code. Then you can create a Pull request