added translate action

This commit is contained in:
kerbelp 2023-01-22 05:48:16 +02:00
parent fa7a566582
commit e7cc2b9c9b
1 changed files with 20 additions and 0 deletions

20
.github/workflows/translate-action.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Translate README
on:
push:
branches:
- translate
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
- name: Adding README - Chinese Simplified
uses: dephraiim/translate-readme@main
with:
LANG: zh-CN