chore: add localization reminder workflow#4905
Open
netbe wants to merge 3 commits into
Open
Conversation
Posts a PR comment listing new English string keys and values when .strings or .xcstrings files are changed, reminding contributors to ensure German translations are completed after merging to develop. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 14468e6. ♻️ This comment has been updated with latest results. Summary: workflow run #28061226144 |
|
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.



Issue
Adds a GitHub Actions workflow that comments on a PR when new localization strings are introduced. The comment lists each new key with its English value and reminds contributors to ensure German translations are completed after merging to develop.
The workflow triggers on changes to
en.lproj/*.stringsand*.xcstringsfiles. It detects only genuinely added keys (not edits or deletions), and updates the comment in place on each push so the list stays accurate.Testing
en.lproj/*.stringsfile — verify a comment appears listing the key and its English value..xcstringsfile — verify the comment shows the correct English value fetched viajq.Checklist
[WPB-XXX].UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: