We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd332a commit d7ef93dCopy full SHA for d7ef93d
1 file changed
.github/workflows/co-op-translator.yml
@@ -53,7 +53,7 @@ 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 "ar ur tl" -y
58
# translate -l "mr ne pa" -y
59
# translate -l "bn ru mo" -y
@@ -62,7 +62,7 @@ jobs:
62
# translate -l "sv da no" -y
63
# translate -l "fi nl he" -y
64
# translate -l "vi id ms" -y
65
- translate -l "sw hu cs" -y
+ # translate -l "sw hu cs" -y
66
# translate -l "sk ro bg" -y
67
# translate -l "sr hr sl" -y
68
# translate -l "ja uk my" -y
0 commit comments