Skip to content

Commit 76fa80b

Browse files
authored
Merge pull request #996 from microsoft/leestott-patch-3
Update Co-op Translator workflow configuration
2 parents 6b06291 + bd1828c commit 76fa80b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/co-op-translator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
5656
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5757
# Recommendations for large file change spit the translation into batches
58-
# translate -l "ar ur tl" -y
58+
translate -l "ar ur tl" -y
5959
# translate -l "mr ne pa" -y
6060
# translate -l "bn ru mo" -y
6161
# translate -l "br it tr" -y
@@ -100,3 +100,4 @@ jobs:
100100
translations/
101101
102102
translated_images/
103+

0 commit comments

Comments
 (0)