Merged
Conversation
- ja_mod_stat_lines: 29件のレンジ形式(-X—Y)を{0}プレースホルダーに変換(13件変換、16件重複削除)
- ja_stat_descriptions: 232件のキーを現在のdesc.textに再マッピング、394件の無効キー削除
- ja_mod_stat_lines: PoE2新stat(Spirit, Deflection, Charm等)の翻訳246件追加
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
poe2db.tw/jp の公式翻訳データに基づき、Banner/Glory/Spirit/ Deflection/Heavy Stun/Pin/Charm/Crossbow/Dodge Roll/Freeze Buildup/ Warcry/Grenade/Frostbolt/Focus/Immobilised等のPoE2固有メカニクスの mod stat line翻訳を追加。 - 既存: 3,537 → 更新後: 4,218 エントリ - 全エントリ100%日本語(英語残りなし品質チェック済み) - luajit構文チェック通過 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
プライベートリポジトリからのアップデートダウンロードを可能にするため、 UpdateCheck.luaにGitHub PAT認証ヘッダーを追加。update_auth.cfgから トークンを読み込み、curlリクエストにAuthorizationヘッダーを付与する。 トークンファイルが存在しない場合は従来通り認証なしで動作(後方互換)。 また、Aboutポップアップの「バージョン履歴」タブが空欄だった問題を解消 するため、README.mdのバージョン履歴からchangelog.txtを作成。 注: update_auth.cfgはプレースホルダー。リリースビルド時に実トークンを差し替える。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- C1: update_auth.cfgを.gitignoreに追加し、トラッキングから除外 - I1: Authorization: token → Bearer に変更(GitHub推奨形式) - I2: プレースホルダー・無効なトークン形式のバリデーション追加 (ghp_ / github_pat_ プレフィックス必須) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
(-X—Y)を{0}プレースホルダーに変換(13件変換、16件重複削除)desc.textに再マッピング、394件の無効キー削除(最終937件、100%マッチ)Context
Phase 2 (v0.4.0) で StatDescriptions データを上流同期した際に
desc.textキーが変わり、ja_stat_descriptions.luaの一部キーがマッチしなくなっていた。また
ja_mod_stat_lines.luaには29件のレンジ形式キーが残っており、translateModLineの{0}プレースホルダー形式と不一致で翻訳が効かなかった。Test plan
🤖 Generated with Claude Code