Skip to content

Commit 56b6185

Browse files
authored
Refactor Co-op Translator workflow configuration
1 parent 76fa80b commit 56b6185

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ 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" -y
59+
# translate -l "ar ur tl" -y
5960
# translate -l "mr ne pa" -y
6061
# translate -l "bn ru mo" -y
6162
# translate -l "br it tr" -y
@@ -101,3 +102,4 @@ jobs:
101102
102103
translated_images/
103104
105+

0 commit comments

Comments
 (0)