Skip to content

Commit 823f18c

Browse files
authored
Modify translation command in co-op-translator.yml
Uncommented the translation command for all languages and commented out the specific language command.
1 parent 39926e1 commit 823f18c

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
@@ -54,7 +54,7 @@ jobs:
5454
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5555
# =====================================================================
5656
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
57-
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57+
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5858
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
5959
# translate -l "zh tw hk" -y
6060
# translate -l "fr ja ko" -y
@@ -71,7 +71,7 @@ jobs:
7171
# translate -l "sw hu cs"
7272
# translate -l "sk ro" -y
7373
# translate -l "bg sr hr" -y
74-
translate -l "sl uk my" -y
74+
# translate -l "sl uk my" -y
7575
7676
- name: Authenticate GitHub App
7777
id: generate_token

0 commit comments

Comments
 (0)