Thanks to visit codestin.com Credit goes to github.com
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 ae0dca2 commit 5dcde06Copy full SHA for 5dcde06
.github/workflows/translate.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: pip install -r requirements.txt && sudo apt update && sudo apt install gettext -y
26
27
- name: Run translate.py
28
- run: python translate.py ${{ github.event.inputs.file }} -t google -s
+ run: python scripts/translate.py ${{ github.event.inputs.file }} -t google -s
29
30
- name: Commit changes
31
run: |
scripts/translate.py
@@ -27,8 +27,7 @@
parser.add_argument(
"-s",
"--skip-translated-entries",
- choices=[True, False],
- default=True,
+ action="store_true",
32
help="Skip already translated entries",
33
)
34
0 commit comments