Skip to content
thumbs-up

GitHub Action

Translation Helper

v1.2.0 Latest version

Translation Helper

thumbs-up

Translation Helper

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Translation Helper

uses: actions-cool/translation-helper@v1.2.0

Learn more about this action in actions-cool/translation-helper

Choose a version

🌏 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.2.0
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