fix(i18n): repay KO/ES debt from the revived stale keys (FIX-I18N-DEBT-REPAYMENT-2) - #120
Merged
Conversation
…T-REPAYMENT-2) Follow-up to FIX-I18N-STALE-COMMENT-PARSING (PR #119), which revived 56 keys wrongly marked -- STALE: in all four dictionaries. 22 KO + 7 ES entries among them were genuine debt - never translated even before that bug. EN/FR were already complete. Same method as FIX-I18N-DEBT-REPAYMENT: direct translation, no ANTHROPIC_API_KEY available and the Claude Code CLI fallback can't be invoked from a nested Claude Code session. FARP / FOB added to __keep_en for both languages (acronym, no translatable content). pytest tools/build/ 24/24 unchanged; generate_i18n_dicts.ps1 dry-run reports OK on all four dictionaries. Lot: .backlog/FIX-I18N-DEBT-REPAYMENT-2/.
Reviewer's GuideThis PR repays remaining KO/ES i18n translation debt revived by the stale-key fix by filling all previously empty Korean and Spanish CTLD dictionary entries, marking 'FARP / FOB' as keep-English in both languages, and documenting the change in the changelog and backlog PRD/ticket files without altering any tooling. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Summary
-- STALE:in all four dictionaries. 22 KO + 7 ES entries among them were genuine debt - never translated even before that bug existed. EN/FR were already complete after that fix.FARP / FOBadded to KO's and ES's__keep_enblock - an acronym with no translatable content, same mechanism already used forJTAC/CTLD.Test plan
Generated with Claude Code
Summary by Sourcery
Repay remaining Korean and Spanish i18n debt for CTLD by filling previously empty translations and documenting the change.
Bug Fixes:
Enhancements: