We welcome improving the translations. Improvements are done by creating pull request in the GitHub. You should not modify the Python code, instead you should modify/delete/add translations to the translation.json file.
Release is created automatically after the PR is merged by using Python Semantic Release
To release happen automatically, Python Semantic Release must be able to parse the commit message
In practise first line should start with words fix:
or feat:
fix: Fixed typo in Close Page keyword
or perhaps:
feat: Added missing XXX keyword
For more details please read the Python Semantic Release parse the commit message documentation.
Lets discuss in the PR if you planning to make braking change, like changing a keyword name.
We use allcontributors to add each contribution to the README. If do not want be added or we forget to add you in the you in the contributors list, please ping us the PR.