We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbbc302 + bc6bd3e commit f869074Copy full SHA for f869074
.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" -nb # <--- MODIFY THIS LINE with your desired languages
+ translate -l "all" -nb -y # <--- MODIFY THIS LINE with your desired languages
57
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
58
# translate -l "ar ur tl mr ne pa" -y
59
# translate -l "mr ne pa" -y
0 commit comments