Add concrete instructions on how to contribute code. (#797)

* Add concrete instructions on how to contribute code.

* Document the Python interpreter support policy

* Clarify contribution guidelines
This commit is contained in:
Daniel Markstedt
2022-08-25 17:57:44 -07:00
committed by GitHub
parent 8846871e47
commit 9302955416
3 changed files with 24 additions and 7 deletions
+5 -1
View File
@@ -40,7 +40,7 @@ $ git push pi master
## Localizing the Web Interface
We use the Flask-Babel library and Flask/Jinja2 extension for i18n.
We use the Flask-Babel library and Flask/Jinja2 extension for internationalization (i18n).
It uses the 'pybabel' command line tool for extracting and compiling localizations. The Web Interface start script will automatically compile localizations upon launch.
@@ -114,6 +114,10 @@ msgstr ""
"drivrutiner och inställningar</a>."
```
### Contributing to the project
New or updated localizations are treated just like any other code change. See the [project README](https://github.com/akuker/RASCSI/tree/rdmark-readme-contributions#how-do-i-contribute) for further information.
### (Optional) See translation stats for a localization
Install the gettext package and use msgfmt to see the translation progress.
```