We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090c4e3 commit 64b9c8dCopy full SHA for 64b9c8d
.github/workflows/co-op-translator.yml
@@ -53,7 +53,8 @@ jobs:
53
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
54
# =====================================================================
55
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
56
- translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
+ # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57
+ translate -l "all" -md # <--- MODIFY THIS LINE with your desired languages
58
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
59
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
60
# translate -l "el th sv da no fi nl he vi id ms tl" -y
0 commit comments