Skip to content

History / Subclass Ranger Beast Master

Revisions

  • 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>

    @ShinYeoungHoon ShinYeoungHoon committed Aug 19, 2026
  • Align feature and spell names with the mod localization The glossary handed to the translator only keys loca entries whose *whole* string is the term. Feature names that exist in the mod loca only as `Level 5: Alchemical Savant` were therefore missing entirely, so the translator rendered them by meaning. The results read fine in Korean and are still wrong — the game shows a different name. Joined the wiki against the mod loca on three axes (level prefix, shared prefix, label prefix) and fixed every mismatch the join could settle: Cutting Words 독설 -> 예리한 말 Arcane Firearm 비전 총기 -> 비전 화기 Projected Ward 결계 투영 -> 투사된 보호막 Magic Item Tinker 마법 물건 수선공 -> 마법 물건 땜장이 Reach for the Skies 하늘로 손 들어 -> 손 들어 Each term was judged once and then re-checked by a second pass whose default was to reject. Terms whose loca spelling is itself split (Archfey Spells is '대마법사 주문' in one entry and '대요정 후원자' in another) were left alone rather than guessed at. Terms were fixed wiki-wide or not at all. Several corrections were initially rejected because changing one line would have split the wiki against itself; they were re-run as whole-term sweeps instead. Also normalised '레벨 6 강화:' to '레벨 6의 강화:' to match the sibling '레벨 3의 정체성:' label. Headings changed here have no inbound anchors. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @ShinYeoungHoon ShinYeoungHoon committed Aug 19, 2026
  • 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.

    @ShinYeoungHoon ShinYeoungHoon committed Aug 19, 2026