12 - Added support for Korean in settings/UI.

This commit is contained in:
Caleb Campbell
2026-01-03 14:49:29 +11:00
parent 31acfe3bae
commit 71eab49da8
8 changed files with 135 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
import { CommonLabels } from '../models';
export const COMMON_LABELS: CommonLabels = {
folderDoesNotExist: '해당 경로에 폴더가 없습니다.',
settingsNotConfigured:
'로컬 성경 참조 설정이 구성되지 않았습니다. 구절을 참조하기 전에 성경 경로를 설정하십시오.',
};