텍스트 콘텐츠는 언어별 디렉터리로 유지 - #365
Merged
Merged
Conversation
앞선 이미지 중복 제거 작업에서 마크다운 파일도 바이트가 같으면 함께 content/shared로 묶었는데, 이건 대부분 아직 번역이 안 돼 우연히 ko/en 본문이 같은 페이지(예: 웨비나 요약)였다. 공유 처리하면 나중에 번역할 때 먼저 "공유 해제"부터 해야 한다는 걸 몰라 실수하기 쉽다. 이미지처럼 항상 같은 게 맞는 자산이 아니므로 언어별 디렉터리로 되돌린다.
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(#364)에서 이미지뿐 아니라 마크다운 27개도 바이트가 같다는 이유로 content/shared에 함께 묶였다. 대부분 아직 번역이 안 돼 우연히 같은 내용이었을 뿐이라(예: 웨비나 요약), 공유로 묶으면 번역할 때 먼저 풀어야 하는 함정이 생긴다. 언어별 디렉터리로 되돌린다. 이미지 공유는 그대로 유지.