- Fork the repo
- Follow the installation guide
- Create the feature branch (
git checkout -b my-cool-feature
) - Commit your changes (git commit -m "Added a cool new feature")
- Open a pull request
To add a new translation or update an existing one, please follow the steps below:
- Fork the repo
- Follow the installation guide
- Create a new branch (
git checkout -b chore/my-translation-update
) - Add the new translation or update the existing one
- Commit your changes (git commit -m "Updated the translation for X language")
- Open a pull request