Skip to content

Commit

Permalink
docs: add example of translate file using language code
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Oct 1, 2024
1 parent 1355d45 commit 4816824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Once everything is configured in place, to trigger the action, create a review c

- `translate`: Translates the markdown file into the specified language, creating and pushing to the branch a new file with the translated content and naming it with the language name.

Example: `/mtr-translate spanish` translates the markdown file into Spanish, generating a new file named `<origina-file-name>-spanish.md(x)`.
Example: `/mtr-translate spanish` (or `/mtr-translate es-ES`) translates the markdown file into Spanish, generating a new file named `<origina-file-name>-spanish.md(x)` (or `<origina-file-name>-es-ES.md(x)`) .

- `review`: Reviews the markdown file, providing suggestions, via comment reply, and highlighting areas for improvement.

Expand Down

0 comments on commit 4816824

Please sign in to comment.