Skip to content

Commit 64b9c8d

Browse files
authored
Modify translation command in workflow
Updated translation command to use -md option instead of -y.
1 parent 090c4e3 commit 64b9c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ 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 "all" -md # <--- MODIFY THIS LINE with your desired languages
5758
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
5859
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
5960
# translate -l "el th sv da no fi nl he vi id ms tl" -y

0 commit comments

Comments
 (0)