Conversation
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Fix localization
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request introduces a Crowdin GitHub Action to replace the native GitHub integration, updates issue templates, and adjusts localization file paths.
- Added configuration for the Crowdin GitHub Action in workflow files and a new root-level configuration file.
- Updated issue templates and a settings file to incorporate localization and system information changes.
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crowdin.yml | Added environment variables and updated file path case sensitivity for resources. |
| FluentAutoClicker/SettingsPage.xaml.cs | Replaced placeholder feedback text with system information details. |
| .github/workflows/crowdin.yml | Introduced a new workflow to synchronize with Crowdin using the latest action version. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Minor update to the description field formatting. |
| .github/ISSUE_TEMPLATE/config.yml | Revised contact link entries and adjusted wording in the about sections. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Updated description text formatting. |
Files not reviewed (2)
- FluentAutoClicker/SettingsPage.xaml: Language not supported
- FluentAutoClicker/Strings/en-US/Resources.resw: Language not supported
Comments suppressed due to low confidence (2)
.github/ISSUE_TEMPLATE/config.yml:6
- [nitpick] Consider capitalizing the name consistently (e.g., 'Get Community Support') to match the style used in other entries.
- name: Get community support
crowdin.yml:7
- The resource file path was changed from 'en-us' to 'en-US'. Please confirm that the updated case matches the actual directory structure to avoid file not found errors.
- source: /FluentAutoClicker/Strings/en-US/Resources.resw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use the Crowdin GitHub Action instead of the native GitHub integration
Related Issues
Changes Made
Checklist
Additional Notes