docs: address Korean translation review feedback

This commit is contained in:
Affaan Mustafa
2026-03-13 00:17:54 -07:00
parent 526a9070e6
commit fb7b73a962
36 changed files with 383 additions and 132 deletions

View File

@@ -77,7 +77,8 @@ grep -rn "console.log" --include="*.ts" --include="*.tsx" src/ 2>/dev/null | hea
```bash
# Show what changed
git diff --stat
git diff HEAD~1 --name-only
git diff --name-only
git diff --cached --name-only
```
각 변경된 파일에서 다음을 검토합니다: