Add extract configuration and enhance untranslated extraction functionality

This commit is contained in:
Gnill82
2025-10-30 18:05:59 +09:00
parent 0482c8299b
commit df126a641f
6 changed files with 168 additions and 31 deletions

View File

@ -143,6 +143,19 @@ logging:
# 진행률 표시
show_progress: true
# ============================================================================
# 미번역 추출 설정 (Extract)
# ============================================================================
extract:
# 모든 대상 언어 검사 (false면 en만 검사)
check_all_languages: false
# fuzzy 플래그 항목도 포함 (원본 변경으로 리뷰 필요한 항목)
include_fuzzy: true
# 언어별 개별 파일로 추출 (false면 통합 파일)
separate_files: true
# ============================================================================
# 워크플로우 설정 (Workflow)
# ============================================================================