Skip to content

Conversation

leestott
Copy link
Contributor

Comment out the translation command for specific languages.

Comment out the translation command for specific languages.
@Copilot Copilot AI review requested due to automatic review settings August 30, 2025 19:01
Copy link
Contributor

👋 Thanks for contributing @leestott! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR disables translation for certain languages by uncommenting one translate command and commenting out another in the GitHub Actions workflow. The changes selectively enable translation for "all" languages while disabling translation for a specific subset of languages (Lithuanian, Polish, Portuguese, Chinese variants).


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -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.

@leestott leestott merged commit 624b4ba into main Aug 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants