waha-shared 1.0.44 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { TranslationsApp } from '../data/translationsApp/translationsApp.zod';
|
|
2
1
|
import type { Languages } from '../data/languages/languages.zod';
|
|
2
|
+
import type { TranslationsApp } from '../data/translationsApp/translationsApp.zod';
|
|
3
3
|
import type { BibleInfo, LanguageInfo, MeetTranslations } from '../types/languages';
|
|
4
4
|
export declare function getBibleInfo(bibleId: string | undefined): BibleInfo | undefined;
|
|
5
5
|
export declare function getIsRtl(script: Languages[number]['script']): boolean;
|
|
@@ -14,12 +14,12 @@ const bibleAudios_1 = require("../data/bibleAudios");
|
|
|
14
14
|
const bibleStatuses_1 = require("../data/bibleStatuses");
|
|
15
15
|
const bibleTexts_1 = require("../data/bibleTexts");
|
|
16
16
|
const curriculumFoundations_1 = require("../data/curriculumFoundations");
|
|
17
|
-
const
|
|
17
|
+
const curriculumQuestions_1 = require("../data/curriculumQuestions");
|
|
18
|
+
const curriculumTopics_1 = require("../data/curriculumTopics");
|
|
18
19
|
const languages_1 = require("../data/languages");
|
|
19
20
|
const numeralMaps_1 = require("../data/numeralMaps");
|
|
20
|
-
const
|
|
21
|
+
const phoneLanguages_1 = require("../data/phoneLanguages");
|
|
21
22
|
const specialIds_1 = require("../data/specialIds");
|
|
22
|
-
const curriculumTopics_1 = require("../data/curriculumTopics");
|
|
23
23
|
const translationsApp_1 = require("../data/translationsApp");
|
|
24
24
|
const translationsFtb_1 = require("../data/translationsFtb");
|
|
25
25
|
const translationsIntroduction_1 = require("../data/translationsIntroduction");
|
|
@@ -161,7 +161,7 @@ function numerals(text, script) {
|
|
|
161
161
|
exports.fonts = {
|
|
162
162
|
arabic: 'IBMPlexSansArabic',
|
|
163
163
|
cyrillic: 'NotoSans',
|
|
164
|
-
chinese: '
|
|
164
|
+
chinese: 'NotoSansSC',
|
|
165
165
|
devanagari: 'NotoSansDevanagari',
|
|
166
166
|
latin: 'EudoxusSans',
|
|
167
167
|
japanese: 'NotoSansJP',
|