[WIP] Part 3. 2.1 ArrayBuffer, binary arrays 번역(#1876)#1888
Draft
HoonDongKang wants to merge 6 commits into
Draft
[WIP] Part 3. 2.1 ArrayBuffer, binary arrays 번역(#1876)#1888HoonDongKang wants to merge 6 commits into
HoonDongKang wants to merge 6 commits into
Conversation
109ed1e to
bb5ab92
Compare
|
|
bb5ab92 to
30cac10
Compare
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.
요약
아직 작업 중인 PR입니다!
4-binary/01-arraybuffer-binary-arrays🚨
cherry-pick으로 최신 commit 적용번역하려는 파일에 대해 번역 저장소(ko)의 마지막 커밋 이후로 원문 저장소(en)에서 5개의 커밋이 추가로 더 생성된 것을 확인하였고,
cherry-pick을 통해 5개의 커밋을 적용하였습니다.cherry-pick을 하는 과정 중 두 가지 문제를 해결하였습니다.1. 하나의 커밋에 다수의 파일 수정이 포함
cherry-pick할 커밋이 작업 대상 파일을 포함하여 다른 파일들의 수정을 포함하고 있었고, 멘토님에게 확인을 받고 다른 파일들의 수정까지 함께 적용하도록 하였습니다.2. 커밋 적용 과정에서 충돌 발생
cherry-pick할 커밋을 적용하는 과정에서 충돌이 발생하였습니다.확인해보니 미번역 파일에 대해서는 충돌이 발생하지 않았지만, 번역 파일에 대해서만 충돌이 발생하였습니다. 또한 충돌난 번역 파일은
2026-en-merge에서 현재 충돌을 해결하고 있는 것으로 확인하였습니다.이에 대해 충돌이 발생하지 않은 미번역 파일은 최신 커밋(Incoming Change)의 내용을 적용시키고, 충돌이 발생한 번역 파일은 기존 커밋(Current Change)의 내용을 적용시켰습니다.
연관 이슈
(fix #일이삼)
#1876
미리보기
Pull Request 체크리스트
TODO