Add the i18n translation workflows - #2687
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Adds the two translation workflows described in #2686, copied byte for byte from
exercism/i18n/source-repo-workflows/at596ad81, and theready-to-translatelabel. This repo is not a track, so org-wide-files does not sync the workflows here.exercism/i18nholds the translation for every production locale for all the English a PR changes. It only blocks merging oncecompletenessis made a required check.exercism/i18nwhen a maintainer addsready-to-translate, and removes the label if a later push changes the English. Once the translations land, the check re-runs and the PR gets one reply: "This PR has been translated 🚀".Both are running on
exercism/website-copy, where the full cycle has been tested end to end. Hungarian already holds every translation this repo needs, so the check passes on existing content.The label is added to
.appends/.github/labels.yml(and the generated.github/labels.yml), so the label sync creates it on merge. When exercism/org-wide-files#408 adds it to the global list, remove it from.appendshere.🤖 Generated with Claude Code