feat(i18n): wire the new claude-platform-101 Academy course (11 locales)#201
Merged
Conversation
The academy drift watcher caught a new live course this morning (#196): "Claude Platform 101" (claude-platform-101). Without dictionary coverage, non-English users get the English fallback for that course. - New `claudePlatform` section in all 11 premium dictionaries: the 14 lesson titles, 4 curriculum section headings, and 3 landing headings (Who this is for / Recommended prerequisites / Course sections — generic Skilljar landing strings that were never covered). - `catalog` section gains the course title (stays English in every locale, matching the existing course-title convention), the catalog-card blurb, and the 5 landing description paragraphs. - Conventions followed per locale (verified against each file before authoring): register (존댓말/です·ます/Sie/vous/tú/você/вы), brand & product names verbatim (Claude Developer Platform, Managed Agents, MCP, Claude Code, Opus/Sonnet/Haiku, SDK, Tool Runner, Console Workbench), and each locale's established skills rendering (ko skill / ja スキル / zh 技能 / es Habilidades / fr Compétences / it Skills / de Fähigkeiten / ru Навыки / vi Skills). - FLASHCARD_COURSE_MAP: 'claude-platform-101' -> ['claudePlatform']. - Plugin terms data regenerated. check:academy now reports zero unknown slugs (closes #196). Gates: validate, glossary, check:i18n/dict-coverage/locales/dicts/plugin, 527 unit tests, full E2E, lint — green. Store zips NOT rebuilt (owner builds on instruction).
heznpc
added a commit
that referenced
this pull request
Jun 10, 2026
… + machine-readable) (#203) Makes the moat visible and the QA state machine-readable instead of claimed: - _meta gains two QA fields in all 11 dictionaries: lastAudited (stamped by the pre-release LLM audit; 2026-06-10 for the audit that shipped in #197/#199) and nativeReview ("recruiting" -> "reviewed" after a native pass). - generate-docs.js gains a LOCALE_QA marker: the README per-locale QA table (entries / last curated / last audit / native-review status) is generated from _meta by `npm run docs`, so the public table cannot drift from reality. - README "Terminology QA" section: the standing pipeline (drift watcher -> same-day dictionary wiring -> CI gates -> real-dictionary regression suite) with the verifiable same-day proof (2026-06-10: #196 detected morning, #201 wired all 11 locales same day) + the generated table + native-reviewer call. - docs/TRANSLATION_QA.md: the three-layer assurance model, honest about what each layer does NOT catch and why no paid API can sit in CI (free-forever). - RELEASE_CHECKLIST step 0: the pre-release LLM dictionary audit is now a release convention, with the _meta.lastAudited stamping step. - CONTRIBUTING "Native language reviewers" section; recruitment umbrella issue #202 (help wanted / good first issue / i18n) with per-locale checklist. Gates: validate, glossary, check:i18n/dict-coverage/locales/dicts/plugin, 527 unit tests, lint, prettier — green.
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.
The academy drift watcher caught a new live course this morning (#196): Claude Platform 101 (
claude-platform-101). Without coverage, non-English users get the English fallback for that course.Added (all 11 premium dictionaries, key-parity enforced)
claudePlatformsection: 14 lesson titles + 4 curriculum section headings + 3 generic landing headings that were never covered (Who this is for / Recommended prerequisites / Course sections).catalog: course title (stays English per the existing course-title convention), catalog-card blurb, and the 5 landing description paragraphs — all sourced from the live pages' exact text nodes (fetched raw, without the extension active, to avoid self-contamination).FLASHCARD_COURSE_MAP:'claude-platform-101': ['claudePlatform'].Convention discipline
Authored against each file's verified conventions: register (존댓말/です・ます/Sie/vous/tú/você/вы), brand/product names verbatim (Claude Developer Platform, Managed Agents, MCP, Claude Code, Opus/Sonnet/Haiku, SDK, Tool Runner, Console Workbench), and each locale's established skills rendering.
Verification
check:academynow reports zero unknown slugs (the watcher cron goes green again; closes #196). validate · glossary · check:i18n/dict-coverage/locales/dicts/plugin · 527 unit tests · full E2E · lint — green. Plugin terms regenerated. Store zips deliberately not rebuilt (owner builds on instruction).Closes #196
🤖 Generated with Claude Code