What problem does it solve? Manually translating hundreds of Korean glossary terms into English for multilingual product documentation is slow and inconsistent. This Skill automates filling the empty English column of an Excel (.xlsx) glossary using OpenStack standard terminology (e.g., 인스턴스 유형 → Flavor, 유동 IP → Floating IP), common UI terms, and role names, while never overwriting existing translations. ## Core Features & Use Cases - Automatic column detection: Locates the '한국어' header cell in the first rows of each sheet and treats the adjacent right column as the English target column. - Dictionary-based translation: Applies a built-in TRANSLATIONS dictionary covering OpenStack menu terms, common UI labels, and admin role names, copying font and alignment styles from the Korean cell. - Safe, non-destructive fills: Only empty English cells are filled; existing values are preserved, the VIOLA sheet is always excluded, and unregistered terms are reported for manual review instead of being guessed. - Use Case: You receive a product glossary workbook with Korean, English, and Japanese columns where the English column is partially empty. Run the script to fill all known terms, then review the printed list of unregistered terms and extend the dictionary as needed. ## Quick Start Ask the AI to fill the empty English column of your glossary Excel file with OpenStack standard translations using this skill, for example: "Fill in the empty English column of glossary.xlsx based on OpenStack terminology."