Skip to content

Commit a19258c

Browse files
authored
Modify translation command in workflow configuration
1 parent 3db3ed8 commit a19258c

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
@@ -55,9 +55,9 @@ jobs:
5555
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5656
# =====================================================================
5757
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
58-
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
58+
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5959
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
60-
translate -l "ar" -d
60+
# translate -l "ar" -d
6161
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
6262
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
6363
# translate -l "el th sv da no fi nl he vi id ms tl" -y

0 commit comments

Comments
 (0)