We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c48fab commit 2d1b369Copy full SHA for 2d1b369
.github/workflows/translate-readme.yml
@@ -0,0 +1,29 @@
1
+name: Translate README
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ push:
8
9
10
11
+jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: Setup Node.js
17
+ uses: actions/setup-node@v1
18
+ with:
19
+ node-version: 18.x
20
+ # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
21
+ - name: Adding README - English
22
+ uses: dephraiim/translate-readme@main
23
24
+ LANG: en-US
25
+ - name: Adding README - English to sub directory
26
27
+ working-directory: ./docs
28
29
0 commit comments