Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/co-op-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
# =====================================================================
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
Copy link
Preview

Copilot AI Aug 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment instructs to "MODIFY THIS LINE with your desired languages" but the command uses "all" languages, which contradicts the comment's guidance. Either update the comment to reflect that all languages are being translated or modify the command to specify the actual desired languages.

Suggested change
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
translate -l "es fr de" -y # <--- MODIFY THIS LINE with your desired languages

Copilot uses AI. Check for mistakes.

# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
# translate -l "ar ur tl mr ne pa" -y
# translate -l "mr ne pa" -y
Expand All @@ -68,7 +68,7 @@ jobs:
# translate -l "sr hr sl ja uk my" -y
# translate -l "ja uk my" -y
# translate -l "de es fa fr hi ko" -y
translate -l "lt pl pt zh hk tw" -y
# translate -l "lt pl pt zh hk tw" -y

- name: Authenticate GitHub App
id: generate_token
Expand Down