예외 메시지 영어 지원 완료 4/4 (v1.21.0) - #51
Merged
Merged
Conversation
런처 자동 업데이트, 서버 파일 다운로드, 서버 백업의 오류 문구 67곳을 Localized로 변환해 제품 전체 387곳이 두 언어를 지원합니다. decompiled/Launcher.decompiled.cs는 CRLF·CR·LF가 섞여 있어 텍스트로 읽고 쓰면 줄바꿈이 전체 정규화되므로 바이트 단위로 치환했습니다. 변환 전후 CRLF·CR·LF 개수가 동일한 것을 확인했습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A4KU6BZL5oWTjH2eDB18Yu
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.
예외 메시지 이중화 마지막 4차분입니다. 이걸로 제품 전체 387곳이 완료됩니다.
변환 내역 (67곳)
decompiled/Launcher.decompiled.cs— 런처 자동 업데이트, 서버 파일 다운로드(Paper·Purpur·Forge·NeoForge·Fabric·Vanilla), 서버 백업 경로입니다.줄바꿈 보존
이 파일은 CRLF·CR·LF가 섞여 있어 텍스트로 읽고 쓰면 줄바꿈이 전체 정규화됩니다 (이전 릴리스에서 실제로 겪었던 문제입니다). 이번에는 바이트 단위로 정규식 치환했고, 변환 전후 개수가 동일한지 확인했습니다.
전체 완료 확인
앞으로 새 예외를 추가할 때
docs/ai/SYNC_STATE.md에도 같은 안내를 남겼습니다.Generated by Claude Code