mirror of
https://github.com/ai-collection/ai-collection.git
synced 2024-10-01 01:35:45 -04:00
added translate action
This commit is contained in:
parent
fa7a566582
commit
e7cc2b9c9b
20
.github/workflows/translate-action.yml
vendored
Normal file
20
.github/workflows/translate-action.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user