Skip to content

Conversation

@jk-kim0
Copy link
Contributor

@jk-kim0 jk-kim0 commented Jan 23, 2026

Summary

  • mdx(ko): 이미지 태그에 width 속성을 적용합니다 #531 한국어 변경사항(이미지 태그 width 속성)을 영어/일본어에 동기화합니다.
  • Markdown 이미지 문법(![alt](src))을 HTML <img> 태그로 변환하여 width 속성을 명시합니다.
  • 기존 영어/일본어 alt 텍스트를 보존합니다.

변경 내용

  • 영어(en): 216개 파일
  • 일본어(ja): 216개 파일

변환 예시

영어:

-![Admin page entry point in the GNB](/administrator-manual/screenshot.png)
+<img src="/administrator-manual/screenshot.png" alt="Admin page entry point in the GNB" width="762" />

일본어:

-![GNB内の管理者ページアクセスポイント](/administrator-manual/screenshot.png)
+<img src="/administrator-manual/screenshot.png" alt="GNB内の管理者ページアクセスポイント" width="762" />

Related tickets & links

Test plan

  • skeleton 비교로 구조 일치 확인
  • CI 빌드 확인

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
querypie-docs Ready Ready Preview, Comment Jan 23, 2026 5:44pm

Request Review

- #531 한국어 변경사항(이미지 태그 width 속성)을 영어/일본어에 동기화합니다.
- Markdown 이미지 문법을 HTML img 태그로 변환하여 width 속성을 명시합니다.
- 기존 영어/일본어 alt 텍스트를 보존합니다.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jk-kim0 jk-kim0 force-pushed the jk/518-fix-image-size-en-ja branch from 515daaa to f6b4a28 Compare January 23, 2026 17:41
jk-kim0 added a commit that referenced this pull request Jan 24, 2026
## Summary

한국어 MDX 문서의 구조적 변경사항을 영어/일본어 문서에 동기화하는 도구를 추가합니다.

### 추가된 도구

1. **sync_ko_commit.py**: 한국어 커밋의 변경사항을 영어/일본어 파일에 덮어쓰기
2. **restore_alt_from_diff.py**: git diff에서 기존 영어/일본어 alt 텍스트 복원

### 워크플로우

```
한국어 커밋 분석 → 영어/일본어에 덮어쓰기 → git diff로 번역 대상 식별 → 기존 번역 복원 → LLM 번역
```

### 사용 예시

```bash
cd confluence-mdx

# 1. 한국어 커밋 변경을 en/ja에 동기화
python3 bin/sync_ko_commit.py ae93da7

# 2. 기존 alt 텍스트 복원
python3 bin/restore_alt_from_diff.py --apply

# 3. 검증
python3 bin/mdx_to_skeleton.py --recursive --max-diff=10
```

### 문서

- Claude skill 추가: `.claude/skills/sync-ko-to-en-ja.md`

## Related tickets & links

- #531 (한국어 이미지 태그 width 적용)
- #537 (영어/일본어 이미지 태그 동기화)

## Added/updated tests?

- [ ] Yes
- [x] No, and this is why: CLI 도구로 수동 검증 완료
- [ ] I need help with writing tests

🤖 Generated with [Claude Code](https://claude.ai/code)

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants