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 33a2875 commit 2bb1991Copy full SHA for 2bb1991
.github/workflows/co-op-translator.yml
@@ -54,8 +54,8 @@ jobs:
54
# =====================================================================
55
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
56
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57
- translate -l "pt es de fa pl hi" -y
58
- # translate -l "zh tw hk fr ja ko" -y
+ # translate -l "pt es de fa pl hi" -y
+ translate -l "zh tw hk fr ja ko" -y
59
60
- name: Authenticate GitHub App
61
id: generate_token
@@ -87,4 +87,4 @@ jobs:
87
delete-branch: true
88
add-paths: |
89
translations/
90
- translated_images/
+ translated_images/
0 commit comments