Files
Custom-Local-Bible-Ref/src/i18n/en/common-labels.ts
2025-12-27 10:57:12 +11:00

8 lines
287 B
TypeScript

import { CommonLabels } from '../models';
export const COMMON_LABELS: CommonLabels = {
folderDoesNotExist: "Folder doesn't exist at path:",
settingsNotConfigured:
'Local Bible Ref settings are not configured. Please set the bibles path before attempting to reference passages.',
};