Skip to content

Commit 61d10ed

Browse files
authored
Merge pull request #505 from microsoft/leestott-patch-6
Update co-op-translator.yml
2 parents 1718962 + ffbde2e commit 61d10ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ 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
57+
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb
58+
# translate -l "ko lt mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw" -nb
59+
translate -l "th tl tr tw uk ur vi zh hk" -nb
5760
# translate -l "ar ur tl mr ne pa bn ru mo" -y
5861
# translate -l "mr ne pa" -y
5962
# translate -l "bn ru mo" -y
@@ -66,7 +69,7 @@ jobs:
6669
# translate -l "sk ro bg sr" -y
6770
# translate -l "sr hr sl" -y
6871
# translate -l "ja uk my" -y
69-
translate -l "de es fa" -y
72+
# translate -l "de es fa" -y
7073
# translate -l "fr hi ko lt" -y
7174
# translate -l "pl pt zh" -y
7275
# translate -l "hk tw" -y

0 commit comments

Comments
 (0)