Skip to content

๐ŸŒ A GitHub Action keep your issue or PR in line with international standards.

License

Notifications You must be signed in to change notification settings

xingchun-chen/translation-helper

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒ Translation Helper

A GitHub Action keep your issue or PR in line with international standards.

Currently, only translations of newly opened issues or PRs have been produced, and comments have not been translated. If you need it, you can bring it up and I will improve it if you have time.

๐Ÿš€ How to ues?

name: Translation Helper

on:
  pull_request_target:
    types: [opened]
  issues:
    types: [opened]

jobs:
  translate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions-cool/translation-helper@v1.1.1
Name Desc Type Required
token GitHub token string โœ–
translate-title If translate title. Default true. boolean โœ–
translate-body If translate body. Default true. boolean โœ–

โšก Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

  • Report bugs or consult with Issue
  • Submit Pull Request to improve the code of translation-helper

ๆฌข่ฟŽๅŠ ๅ…ฅ ้’‰้’‰ไบคๆต็พค

Changelog

CHANGELOG

LICENSE

MIT

About

๐ŸŒ A GitHub Action keep your issue or PR in line with international standards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%