● 파일명 변경을 완료했습니다:

1. po_extract_untranslated.py - PO 파일에서 번역되지 않은 문자열을 CSV로 추출
  2. po_merge_to_csv.py - 여러 언어의 PO 파일을 하나의 CSV로 병합
  3. po_update_from_tsv.py - TSV/CSV 파일의 번역을 PO 파일에 반영

  새로운 파일명은 Python 컨벤션을 따르며, 각 스크립트의 기능을 명확하게 나타냅니다.
This commit is contained in:
Gnill82
2025-09-11 01:45:06 +09:00
parent 7a49218dcb
commit 4034c222b9
4 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.log