Skip to content

Commit d7ef93d

Browse files
authored
Modify translation command in workflow file
Comment out the specific language translation command for 'sw hu cs'.
1 parent 7fd332a commit d7ef93d

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
@@ -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
# translate -l "ar ur tl" -y
5858
# translate -l "mr ne pa" -y
5959
# translate -l "bn ru mo" -y
@@ -62,7 +62,7 @@ jobs:
6262
# translate -l "sv da no" -y
6363
# translate -l "fi nl he" -y
6464
# translate -l "vi id ms" -y
65-
translate -l "sw hu cs" -y
65+
# translate -l "sw hu cs" -y
6666
# translate -l "sk ro bg" -y
6767
# translate -l "sr hr sl" -y
6868
# translate -l "ja uk my" -y

0 commit comments

Comments
 (0)