Skip to content

Commit 0baf940

Browse files
authored
Merge pull request #355 from microsoft/leestott-patch-5
Update co-op-translator.yml
2 parents ca091d0 + 309e185 commit 0baf940

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,15 +53,15 @@ 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
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
5858
# translate -l "ar ur tl mr ne pa" -y
5959
# translate -l "mr ne pa" -y
6060
# translate -l "bn ru mo br it tr" -y
6161
# translate -l "br it tr" -y
6262
# translate -l "el th sv da no" -y
6363
# translate -l "sv da no" -y
64-
translate -l "fi nl he vi id ms" -y
64+
# translate -l "fi nl he vi id ms" -y
6565
# translate -l "vi id ms" -y
6666
# translate -l "sw hu cs sk ro bg" -y
6767
# translate -l "sk ro bg" -y

0 commit comments

Comments
 (0)