Add extract configuration and enhance untranslated extraction functionality
This commit is contained in:
13
config.yaml
13
config.yaml
@ -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)
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user