Issues and Pull Requests via GitHub:
If this is your first contribution, feel free to add your name to AUTHORS.md as a commit included in your pull request.
Pull requests should contain related commits. Each commit should have a descriptive title, and clearly describe the changes in the commit message. Please make small commits that are easier to review.
Ancient code used a mixture of tab and space for indentation, but newer prefers four (4) spaces for each level of indentation.
If possible, run bash updatepo.sh
in the po/ directory before begining.
This will regenerate hardinfo.pot and update all the .po files.
Nothing is lost if this isn't done, but it prevents wasting time translating
strings that have changed, or are no longer used.
DO NOT use make pot
!