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 58cdb8a commit d483986Copy full SHA for d483986
.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
0 commit comments