Skip to content

Commit 2bb1991

Browse files
authored
Update translation languages in workflow
1 parent 33a2875 commit 2bb1991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/co-op-translator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
5656
# 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
57+
# translate -l "pt es de fa pl hi" -y
58+
translate -l "zh tw hk fr ja ko" -y
5959
6060
- name: Authenticate GitHub App
6161
id: generate_token
@@ -87,4 +87,4 @@ jobs:
8787
delete-branch: true
8888
add-paths: |
8989
translations/
90-
translated_images/
90+
translated_images/

0 commit comments

Comments
 (0)