Skip to content

Commit f3fb39c

Browse files
authored
Merge pull request microsoft#637 from microsoft/leestott-patch-10
Update translation command to use 'all' languages
2 parents 0b82683 + 4dd3e7c commit f3fb39c

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,8 +54,8 @@ jobs:
5454
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5555
# =====================================================================
5656
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
57-
#translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
58-
translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb
57+
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
58+
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb
5959
# translate -l "ko lt mo ms mr my ne nl no pa pl" -nb
6060
# translate -l "pt ro ru sk sl sr sv sw" -nb
6161
# translate -l "th tl tr tw uk ur vi zh hk" -nb

0 commit comments

Comments
 (0)