3 - Translated settings and common phrases.
This commit is contained in:
7
src/i18n/en/common-labels.ts
Normal file
7
src/i18n/en/common-labels.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
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.',
|
||||
};
|
||||
Reference in New Issue
Block a user