GPT Translate
Version updated for 3ru/gpt-translate to version v1.1.6.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 35 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Improved input file specification method
Input file specification can now also be a directory, as shown below.
/gpt-translate website/**/*.md website/**/*.ja.md Japanese
This command translates all md
files under the website/
directory as .ja.md
.
[tips] 👆In this case, we can make our output file specification concise.
/gpt-translate website/**/*.md **/*.ja.md Japanese
The glob
library is used to search for files.
For details, please check the glob
repository.
Full Changelog: https://github.com/3ru/gpt-translate/compare/v1.1.5...v1.1.6