Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Nov 24, 2024
1 parent 463ca11 commit 9101e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Please make sure to follow the [Code of Conduct](.github/CODE_OF_CONDUCT.md) and
2. Create a new branch for your translation.
3. Find the language file you want to translate in the `client/locales` directory.
4. Add the translations for the missing keys in the language file or update the existing translations.
5. Commit your changes with descriptive commit messages.
5. Commit your changes with descriptive commit messages that follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
6. Push your changes to your fork and submit a pull request to the `main` branch of the original repository.
</details>

Expand All @@ -358,7 +358,7 @@ Please make sure to follow the [Code of Conduct](.github/CODE_OF_CONDUCT.md) and
2. Create a new branch for your translation.
3. Find the language file you want to translate in the `server/src/locales` directory.
4. Add the translations for the missing keys in the language file or update the existing translations.
5. Commit your changes with descriptive commit messages.
5. Commit your changes with descriptive commit messages that follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
6. Push your changes to your fork and submit a pull request to the `main` branch of the original repository.
</details>

Expand Down

0 comments on commit 9101e68

Please sign in to comment.