Catch up with 94 pages of upstream rewrites The English wiki has been rewritten class by class since these pages were translated — the `docs(wiki): correct the X pages against the mod data` series plus four newer commits. Nothing flagged it, because `manual_harness status` only checks that a translation file exists. The gap was wider than the four recent commits suggested. Each page has its own baseline, recovered from work/*.masked.md rather than from a single commit: Class-Monk was translated at 39a33d2, Class-Illrigger at 5a2778d, Home at fd07b8e. 94 of 137 pages had moved on; Way of Shadow was a one-line stub against a 42-line English page, and Class-Monk was missing two subclasses entirely. Most of the churn is the English replacing raw mod-data dumps with prose, so whole code blocks disappear. Some is real: Battle Master loses Parry and Lunging Attack ("not in the game"), Wild Magic loses Level 11, Beast Master reverts to the five-companion system, Arcane Shot becomes a separate ranged attack with charges. Only what the per-page diff actually changed was touched — the terminology pass that just landed had to survive. Every page passes the placeholder, heading-count and table-row checks. verify_wiki goes from 31 errors and 2 warnings to zero; those errors were all this drift, and they were present on the pre-terminology tree too. Subclass-Rogue-Thief's two Rules#spell-scrolls links were re-pointed at the Korean anchor after `apply` regenerated them from the English. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Korean translation of bg3dnd wiki (145 pages) Translated from Yoonmoonsik/bg3dnd.wiki. Terminology follows the game's official Korean localization, extracted from English.pak/Korean.pak and the mod's english.xml/korean.xml rather than chosen by hand. Structure is preserved verbatim: link targets, headings, table shapes, image paths and icon assets are unchanged from the English original. Heading anchors were rewritten so cross-page #anchor links keep resolving after translation.