fix(csv): correct translation micro-issues across 4 datasets (#202) - #203
Merged
Conversation
…cenarii (#202) Fallacies Taxonomy (9 fixes): - PK 927: link_en pointed to fr.wikipedia instead of en.wikipedia (Creepypasta) - PK 142: fix typo "susequent" → "subsequent" + expand desc_en to match FR richness - PK 225: expand desc_en for Paradoxe du menteur (38 → 104 chars) - PK 326: expand desc_en for Appel à la honte + remove trailing newline - PK 327: expand desc_en for Appel au dégoût (57 → 170 chars) - PK 150: expand desc_ru for Archaïsme (21 → 166 chars) - PK 549: fill empty desc_ru for Salut en budo - PK 856: expand desc_en + desc_pt for Expression vague Rules (2 files): - Fix PT apostrophe: "Liars 'School" → "Liars' School" Scenarii (11 fixes): - Replace untranslated "baratineur" → "smooth talker" in EN columns Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
Review — CSV Translation Micro-FixesVerdict: LGTM, ready to merge ✅ All 22 corrections verified in the diff: Fallacies (9 fixes) — ✅
Rules PT (2 fixes) — ✅
Scenarii (11 fixes) — ✅
Surgical changes only (21+/22-), no FR source touched, no quoting damage. Flagged for Phase 2: PT Scenarii still has 64 untranslated "baratineur" + PT Rules needs comprehensive MT review. |
This was referenced Apr 22, 2026
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
Phase 1 micro-fixes from Epic #202 — targeted corrections to translation quality issues identified during the publication audit. All changes are surgical (21 insertions, 22 deletions across 4 CSV files), verified by CSV parser assertions, and backed by build+tests.
Fallacies Taxonomy (9 fixes)
link_enpointed tofr.wikipediainstead ofen.wikipedia(Creepypasta)desc_ento match FR richness (58 → 136 chars)desc_enfor Paradoxe du menteur (38 → 104 chars)desc_enfor Appel à la honte + removed trailing newline artifact (59 → 163 chars)desc_enfor Appel au dégoût (57 → 170 chars)desc_rufor Archaïsme — was severely truncated (21 → 166 chars)desc_rufor Salut en budo (0 → 95 chars)desc_en(29 → 96 chars) anddesc_pt(30 → 92 chars) for Expression vagueRules (2 files)
Scenarii (11 fixes)
context/issuecellsNot in scope (flagged for Phase 2/3)
Test plan
dotnet build— 0 errors, 19 warnings (all pre-existing)dotnet test— 43 passed, 1 skipped (Freeplane GUI), 0 failedgit diff --statconfirms surgical changes only (4 files, 21+/22-)🤖 Generated with Claude Code