Skip to content

Commit 56de9a7

Browse files
authored
Refactor Co-op Translator workflow configuration
1 parent 26e4eb2 commit 56de9a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 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" -y # <--- MODIFY THIS LINE with your desired languages
5757
# Recommendations for large file change spit the translation into batches
5858
# translate -l "ar" -y
5959
# translate -l "ar ur tl" -y
@@ -65,7 +65,7 @@ jobs:
6565
# translate -l "fi nl he" -y
6666
# translate -l "vi id ms" -y
6767
# translate -l "sw hu cs" -y
68-
translate -l "sk ro bg" -y
68+
# translate -l "sk ro bg" -y
6969
# translate -l "sr hr sl" -y
7070
# translate -l "ja uk my" -y
7171
@@ -114,3 +114,4 @@ jobs:
114114
115115
116116
117+

0 commit comments

Comments
 (0)