Translate a Korean blog post (index.ko.md) to natural English and save as index.md.
You are translating a Hugo blog post from Korean to English.
$ARGUMENTS = post slug (e.g., docker-complete-guide)content/posts/$ARGUMENTS/index.ko.mdcontent/posts/$ARGUMENTS/index.mdRead content/posts/$ARGUMENTS/index.ko.md.
Translate the content following these rules:
title: Translate to Englishsummary: Translate to Englishdate: Keep as-isdraft: Match the Korean version's valuetags: Keep as-is (tags are already in English)translationKey: Keep as-isWrite the translated content to content/posts/$ARGUMENTS/index.md.
Report what was done:
## Translation Complete: {post title}
- Source: content/posts/{slug}/index.ko.md
- Target: content/posts/{slug}/index.md
- Draft status: {true/false}
- Word count (approx): {N}
index.md already exists, read it first and warn the user before overwriting.