Skip to content

Commit 611924b

Browse files
authored
Update translation configuration in workflow
Comment out the translation command for specific languages.
1 parent 03a8ecb commit 611924b

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,9 +53,9 @@ 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 "zh tw hk fr ja ko pt es de fa pl hi" -y
58-
translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
58+
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
5959
# translate -l "el th sv da no fi nl he vi id ms tl" -y
6060
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -y
6161

0 commit comments

Comments
 (0)