We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db3ed8 commit a19258cCopy full SHA for a19258c
1 file changed
.github/workflows/co-op-translator.yml
@@ -55,9 +55,9 @@ jobs:
55
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
56
# =====================================================================
57
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
58
- # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
+ translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
59
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
60
- translate -l "ar" -d
+ # translate -l "ar" -d
61
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
62
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
63
# translate -l "el th sv da no fi nl he vi id ms tl" -y
0 commit comments