Skip to content

Commit 9d34790

Browse files
authored
Merge pull request #340 from microsoft/leestott-patch-1
Modify translation command in workflow file
2 parents 13fc1b8 + f8a786a commit 9d34790

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" -md # <--- 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
@@ -63,7 +63,7 @@ jobs:
6363
# translate -l "sv da no" -y
6464
# translate -l "fi nl he vi id ms" -y
6565
# translate -l "vi id ms" -y
66-
translate -l "sw hu cs sk ro bg" -y
66+
# translate -l "sw hu cs sk ro bg" -y
6767
# translate -l "sk ro bg" -y
6868
# translate -l "sr hr sl ja uk my" -y
6969
# translate -l "ja uk my" -y

0 commit comments

Comments
 (0)