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.
1 parent 42154cf commit cf52d88Copy full SHA for cf52d88
.github/workflows/co-op-translator.yml
@@ -54,7 +54,7 @@ jobs:
54
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
55
# =====================================================================
56
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
57
- translate -l "all" -md -y # <--- MODIFY THIS LINE with your desired languages
+ translate -l "all" -nb -y # <--- MODIFY THIS LINE with your desired languages
58
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja ko lt uk ur" -nb -y
59
# translate -l "mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw th tl tr tw vi zh hk" -nb -y
60
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
0 commit comments