PR-17 - Fixed a minor bug where the full text for multi-chapter references wasn't being displayed in the passage preview and updated a few just stylistic things.

This commit is contained in:
Caleb Campbell
2026-02-10 09:01:50 +11:00
parent 30b9a60baf
commit 7f2c2589f3
9 changed files with 53 additions and 86 deletions

View File

@@ -38,6 +38,10 @@ export const SETTINGS_LABELS: SettingsLabels = {
description:
'보관된 성경에 사용하는 서식 스타일입니다. Local Bible Ref는 이 스타일을 기반으로 구절을 정확하게 분석합니다.',
},
fullPreview: {
name: '전체 구절 미리보기',
description: '미리보기에서 전체 내용을 표시할지, 아니면 일부만 표시할지 여부.',
},
},
},
@@ -84,18 +88,6 @@ export const SETTINGS_LABELS: SettingsLabels = {
},
},
suggestionFormat: {
name: '제안 형식 설정',
description: '콜아웃 제안 문구 형식에 대한 설정입니다.',
controls: {
full: {
name: '전체 제안',
description:
'본문에 사용할 콜아웃 제안이 완전한지 여부.',
},
},
},
issues: {
before:
'Local Bible Ref에 문제가 있거나 개선 사항에 대한 제안이 있는 경우, ',