Backport: Release/1.26.0 - #1037
Conversation
…5 22:10:19909010 - Hebrew
…5 22:10:19909010 - Spanish (Spain)
…5 22:10:19909010 - Arabic
…5 22:10:19909010 - Romanian
…5 22:10:19909010 - German (Germany)
…5 22:10:19909010 - Chinese (Simplified)
…5 22:10:19909010 - Italian
…5 22:10:19909010 - French (France)
…5 22:10:19909010 - Polish
…5 22:10:19909010 - Portuguese (Portugal)
…5 22:10:19909010 - Thai
…5 22:10:19909010 - Dutch
…5 22:10:19909010 - Swedish
…5 22:10:19909010 - Greek
…5 22:10:19909010 - Japanese
…5 22:10:19909010 - Portuguese (Brazil)
…5 22:10:19909010 - Vietnamese
…5 22:10:19909010 - Korean
…5 22:10:19909010 - Danish
…5 22:10:19909010 - Norwegian (Bokmål)
…5 22:10:19909010 - Bulgarian
…5 22:10:19909010 - Czech
…5 22:10:19909010 - Estonian
…5 22:10:19909010 - Finnish
…5 22:10:19909010 - Hungarian
…5 22:10:19909010 - Indonesian
…5 22:10:19909010 - Lithuanian
…5 22:10:19909010 - Latvian
…5 22:10:19909010 - Slovak
…5 22:10:19909010 - Slovenian
…5 22:10:19909010 - Turkish
…5 22:10:19909010 - Ukrainian
…5 22:10:19909010 - Russian
…june-24-2025-22-10-19909010 PTC accessibility-checker (1985): Automatic Translations June 24, 2025 22:10:19909010
|
Caution Review failedThe pull request is closed. WalkthroughThis update revises the translation files for the Accessibility Checker plugin across numerous languages, advancing them from version 1.23.1 to 1.26.0. It standardizes plugin naming, refines phrasing, and adds a new error message translation. The readme changelog is updated, and the build script now excludes Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (35)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This backport PR updates the project for release 1.26.0 by revising version information, updating changelog entries, and making minor adjustments in language translation (.po) files across several locales.
- Updated distribution script to remove unused .po files from the zip package
- Added a changelog entry in readme.txt for release 1.26.0
- Updated version numbers and timestamps in multiple .po translation files to reflect the new release
Reviewed Changes
Copilot reviewed 35 out of 68 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/dist.sh | Added a command to remove .po files from the distribution zip |
| readme.txt | Added new changelog entry for version 1.26.0 |
| languages/*.po (multiple files) | Updated version metadata and translation strings for release 1.26.0 |
| zip -r accessibility-checker-$VERSION.zip accessibility-checker | ||
|
|
||
| # Remove the po files from the zip file | ||
| zip -d accessibility-checker-$VERSION.zip ./accessibility-checker/languages/*.po |
There was a problem hiding this comment.
Consider quoting the zip filename (e.g., "zip -d "accessibility-checker-$VERSION.zip" ./accessibility-checker/languages/*.po") to prevent potential issues if the VERSION variable ever contains spaces.
| zip -d accessibility-checker-$VERSION.zip ./accessibility-checker/languages/*.po | |
| zip -d "accessibility-checker-$VERSION.zip" ./accessibility-checker/languages/*.po |
There was a problem hiding this comment.
Summary of Changes
Hello @pattonwebz, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request backports changes for the Accessibility Checker plugin to version 1.26.0. The primary focus of these changes is to enhance localization by updating version information in translation files, refining existing translated strings, and standardizing the plugin's name across various languages. Additionally, the build process has been updated to exclude raw translation files from the final distribution.
Highlights
- Version Update: The plugin's version has been updated to 1.26.0 across all localization files.
- Localization Enhancements: Extensive updates have been made to various language translation files, including standardizing the plugin's name to 'Accessibility Checker' in many languages and refining other translated strings for improved accuracy.
- Build Process Adjustment: The distribution script has been modified to exclude raw translation (.po) files from the final plugin zip archive.
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.
| Feature | Command | Description |
|---|---|---|
| Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
| Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
| Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
| Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Footnotes
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
Checklist
Summary by CodeRabbit
New Features
Documentation
Chores