You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 번역 workflow 자동화
* 번역 workflow 자동화
* chore: add English translations for PR #3
* 번역 workflow 자동화
* 번역 workflow 자동화
* 번역 workflow 자동화
* 번역 workflow 자동화
* chore: add English translations for PR #5
* 번역 workflow 자동화
Copy file name to clipboardExpand all lines: scripts/translate_to_en.py
+8-16Lines changed: 8 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
8
8
importfrontmatter
9
9
importyaml
10
-
fromslugifyimportslugify
11
10
12
11
try:
13
12
fromopenaiimportOpenAI
@@ -28,6 +27,7 @@
28
27
"- Do not hallucinate code or change code semantics.\n"
29
28
"- Maintain YAML front matter formatting.\n"
30
29
"- If there is mixed language, prefer English.\n"
30
+
"- Do NOT change the file name or slug. The output will be saved using the exact same filename as the source (e.g., 2025-07-03-actions-runner-controller.md).\n"
0 commit comments