We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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