Skip to content

Commit 225a428

Browse files
authored
Modify translation commands in workflow file
1 parent 7e47b1b commit 225a428

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,10 +54,10 @@ 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 "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja ko lt uk ur" -nb -y
57+
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja ko lt uk ur" -nb -y
5858
# translate -l "ar bn bg br cs da de el es fa fi fr" -y
5959
# translate -l "he hi hr hu id it ja ko lt uk ur" -y
60-
# translate -l "mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw th tl tr tw vi zh hk" -nb -y
60+
translate -l "mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw th tl tr tw vi zh hk" -nb -y
6161
# translate -l "mo ms mr my ne nl no pa pl pt ro ru" -y
6262
# translate -l "sk sl sr sv sw th tl tr tw vi zh hk" -y
6363
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours

0 commit comments

Comments
 (0)