Fix Repository quality CI failure by syncing locale settings schemas - #784
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job 'Repository quality'
Fix Repository quality CI failure by syncing locale settings schemas
Jul 31, 2026
ExtraBinoss
approved these changes
Jul 31, 2026
ExtraBinoss
marked this pull request as ready for review
July 31, 2026 08:40
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.
Pull Request Template
Description
This PR addresses the failing Repository quality GitHub Actions job by resolving
i18n:checkschema drift in localesettings.jsonfiles.settings.jsonfiles diverged fromen/settings.json(missing newly added keys, retaining deprecated keys).es,fr,it,ko,nl,pt-BR,ru,zh-CN,zh-TW.effects.*,effects.cursorClickEffects.*, andcaptions.editor.*paths where missing.Motivation
i18n:checkenforces strict key parity between each locale namespace anden. Structural drift caused CI to fail; this change restores parity so the quality gate can pass consistently.Type of Change
Related Issue(s)
Repository quality workflow failure (job ID:
91104558202).Screenshots / Video
N/A (no UI behavior change).
Screenshot (if applicable):
Video (wherever possible):
Testing Guide
Run the quality check that was failing:
Expected:
i18n-check: locale files are structurally consistent.Checklist
Thank you for contributing!