Skip to content

Commit 6cf257c

Browse files
authored
Update co-op-translator.yml
1 parent cdfb456 commit 6cf257c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
56-
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
56+
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5757
# translate -l "ar ur tl mr ne pa bn ru mo" -y
5858
# translate -l "mr ne pa" -y
5959
# translate -l "bn ru mo" -y
@@ -65,7 +65,7 @@ jobs:
6565
# translate -l "sw hu cs" -y
6666
# translate -l "sk ro bg sr" -y
6767
# translate -l "sr hr sl" -y
68-
translate -l "ja uk my" -y
68+
# translate -l "ja uk my" -y
6969
7070
- name: Authenticate GitHub App
7171
id: generate_token

0 commit comments

Comments
 (0)