waha-shared 1.0.355 → 1.0.357

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.
Files changed (39) hide show
  1. package/assets/fonts/AnekBangla-Bold.woff2 +0 -0
  2. package/assets/fonts/AnekBangla-Regular.woff2 +0 -0
  3. package/assets/fonts/AnekTelugu-Bold.woff2 +0 -0
  4. package/assets/fonts/AnekTelugu-Regular.woff2 +0 -0
  5. package/assets/fonts/EudoxusSans-Bold.woff2 +0 -0
  6. package/assets/fonts/EudoxusSans-Regular.woff2 +0 -0
  7. package/assets/fonts/IBMPlexSansArabic-Bold.woff2 +0 -0
  8. package/assets/fonts/IBMPlexSansArabic-Regular.woff2 +0 -0
  9. package/assets/fonts/IBMPlexSansHebrew-Bold.woff2 +0 -0
  10. package/assets/fonts/IBMPlexSansHebrew-Regular.woff2 +0 -0
  11. package/assets/fonts/KhmerOSContent-Bold.woff2 +0 -0
  12. package/assets/fonts/KhmerOSContent-Regular.woff2 +0 -0
  13. package/assets/fonts/NotoSans-Bold.woff2 +0 -0
  14. package/assets/fonts/NotoSans-Regular.woff2 +0 -0
  15. package/assets/fonts/NotoSansDevanagari-Bold.woff2 +0 -0
  16. package/assets/fonts/NotoSansDevanagari-Regular.woff2 +0 -0
  17. package/assets/fonts/NotoSansGeorgian-Bold.woff2 +0 -0
  18. package/assets/fonts/NotoSansGeorgian-Regular.woff2 +0 -0
  19. package/assets/fonts/NotoSansJP-Bold.woff2 +0 -0
  20. package/assets/fonts/NotoSansJP-Regular.woff2 +0 -0
  21. package/assets/fonts/NotoSansKR-Bold.woff2 +0 -0
  22. package/assets/fonts/NotoSansKR-Regular.woff2 +0 -0
  23. package/assets/fonts/NotoSansSC-Bold.woff2 +0 -0
  24. package/assets/fonts/NotoSansSC-Regular.woff2 +0 -0
  25. package/assets/fonts/NotoSansTamil-Bold.woff2 +0 -0
  26. package/assets/fonts/NotoSansTamil-Regular.woff2 +0 -0
  27. package/assets/fonts/NotoSansThai-Bold.woff2 +0 -0
  28. package/assets/fonts/NotoSansThai-Regular.woff2 +0 -0
  29. package/assets/fonts/Padauk-Bold.woff2 +0 -0
  30. package/assets/fonts/Padauk-Regular.woff2 +0 -0
  31. package/assets/fonts/UKIJTuz-Bold.woff2 +0 -0
  32. package/assets/fonts/UKIJTuz-Regular.woff2 +0 -0
  33. package/assets/fonts/fonts.css +64 -32
  34. package/dist/data/bibleAudios/bibleAudios.json +1 -1
  35. package/dist/data/languages/languages.json +2 -2
  36. package/dist/data/mediaDurations/mediaDurations.json +1 -1
  37. package/dist/data/releaseNotes/releaseNotes.json +49 -2
  38. package/dist/data/translationsApp/translationsApp.schema.json +4 -2
  39. package/package.json +3 -3
Binary file
Binary file
Binary file
@@ -3,224 +3,256 @@
3
3
 
4
4
  @font-face {
5
5
  font-family: 'AnekBangla';
6
- src: url('./AnekBangla-Regular.ttf');
6
+ src: url('./AnekBangla-Regular.woff2') format('woff2');
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
+ font-display: swap;
9
10
  }
10
11
 
11
12
  @font-face {
12
13
  font-family: 'AnekBangla';
13
- src: url('./AnekBangla-Bold.ttf');
14
+ src: url('./AnekBangla-Bold.woff2') format('woff2');
14
15
  font-weight: bold;
15
16
  font-style: normal;
17
+ font-display: swap;
16
18
  }
17
19
 
18
20
  @font-face {
19
21
  font-family: 'AnekTelugu';
20
- src: url('./AnekTelugu-Regular.ttf');
22
+ src: url('./AnekTelugu-Regular.woff2') format('woff2');
21
23
  font-weight: normal;
22
24
  font-style: normal;
25
+ font-display: swap;
23
26
  }
24
27
 
25
28
  @font-face {
26
29
  font-family: 'AnekTelugu';
27
- src: url('./AnekTelugu-Bold.ttf');
30
+ src: url('./AnekTelugu-Bold.woff2') format('woff2');
28
31
  font-weight: bold;
29
32
  font-style: normal;
33
+ font-display: swap;
30
34
  }
31
35
 
32
36
  @font-face {
33
37
  font-family: 'EudoxusSans';
34
- src: url('./EudoxusSans-Regular.ttf');
38
+ src: url('./EudoxusSans-Regular.woff2') format('woff2');
35
39
  font-weight: normal;
36
40
  font-style: normal;
41
+ font-display: swap;
37
42
  }
38
43
 
39
44
  @font-face {
40
45
  font-family: 'EudoxusSans';
41
- src: url('./EudoxusSans-Bold.ttf');
46
+ src: url('./EudoxusSans-Bold.woff2') format('woff2');
42
47
  font-weight: bold;
43
48
  font-style: normal;
49
+ font-display: swap;
44
50
  }
45
51
 
46
52
  @font-face {
47
53
  font-family: 'IBMPlexSansArabic';
48
- src: url('./IBMPlexSansArabic-Regular.ttf');
54
+ src: url('./IBMPlexSansArabic-Regular.woff2') format('woff2');
49
55
  font-weight: normal;
50
56
  font-style: normal;
57
+ font-display: swap;
51
58
  }
52
59
 
53
60
  @font-face {
54
61
  font-family: 'IBMPlexSansArabic';
55
- src: url('./IBMPlexSansArabic-Bold.ttf');
62
+ src: url('./IBMPlexSansArabic-Bold.woff2') format('woff2');
56
63
  font-weight: bold;
57
64
  font-style: normal;
65
+ font-display: swap;
58
66
  }
59
67
 
60
68
  @font-face {
61
69
  font-family: 'IBMPlexSansHebrew';
62
- src: url('./IBMPlexSansHebrew-Regular.ttf');
70
+ src: url('./IBMPlexSansHebrew-Regular.woff2') format('woff2');
63
71
  font-weight: normal;
64
72
  font-style: normal;
73
+ font-display: swap;
65
74
  }
66
75
 
67
76
  @font-face {
68
77
  font-family: 'IBMPlexSansHebrew';
69
- src: url('./IBMPlexSansHebrew-Bold.ttf');
78
+ src: url('./IBMPlexSansHebrew-Bold.woff2') format('woff2');
70
79
  font-weight: bold;
71
80
  font-style: normal;
81
+ font-display: swap;
72
82
  }
73
83
 
74
84
  @font-face {
75
85
  font-family: 'KhmerOSContent';
76
- src: url('./KhmerOSContent-Regular.ttf');
86
+ src: url('./KhmerOSContent-Regular.woff2') format('woff2');
77
87
  font-weight: normal;
78
88
  font-style: normal;
89
+ font-display: swap;
79
90
  }
80
91
 
81
92
  @font-face {
82
93
  font-family: 'KhmerOSContent';
83
- src: url('./KhmerOSContent-Bold.ttf');
94
+ src: url('./KhmerOSContent-Bold.woff2') format('woff2');
84
95
  font-weight: bold;
85
96
  font-style: normal;
97
+ font-display: swap;
86
98
  }
87
99
 
88
100
  @font-face {
89
101
  font-family: 'NotoSans';
90
- src: url('./NotoSans-Regular.ttf');
102
+ src: url('./NotoSans-Regular.woff2') format('woff2');
91
103
  font-weight: normal;
92
104
  font-style: normal;
105
+ font-display: swap;
93
106
  }
94
107
 
95
108
  @font-face {
96
109
  font-family: 'NotoSans';
97
- src: url('./NotoSans-Bold.ttf');
110
+ src: url('./NotoSans-Bold.woff2') format('woff2');
98
111
  font-weight: bold;
99
112
  font-style: normal;
113
+ font-display: swap;
100
114
  }
101
115
 
102
116
  @font-face {
103
117
  font-family: 'NotoSansDevanagari';
104
- src: url('./NotoSansDevanagari-Regular.ttf');
118
+ src: url('./NotoSansDevanagari-Regular.woff2') format('woff2');
105
119
  font-weight: normal;
106
120
  font-style: normal;
121
+ font-display: swap;
107
122
  }
108
123
 
109
124
  @font-face {
110
125
  font-family: 'NotoSansDevanagari';
111
- src: url('./NotoSansDevanagari-Bold.ttf');
126
+ src: url('./NotoSansDevanagari-Bold.woff2') format('woff2');
112
127
  font-weight: bold;
113
128
  font-style: normal;
129
+ font-display: swap;
114
130
  }
115
131
 
116
132
  @font-face {
117
133
  font-family: 'NotoSansGeorgian';
118
- src: url('./NotoSansGeorgian-Regular.ttf');
134
+ src: url('./NotoSansGeorgian-Regular.woff2') format('woff2');
119
135
  font-weight: normal;
120
136
  font-style: normal;
137
+ font-display: swap;
121
138
  }
122
139
 
123
140
  @font-face {
124
141
  font-family: 'NotoSansGeorgian';
125
- src: url('./NotoSansGeorgian-Bold.ttf');
142
+ src: url('./NotoSansGeorgian-Bold.woff2') format('woff2');
126
143
  font-weight: bold;
127
144
  font-style: normal;
145
+ font-display: swap;
128
146
  }
129
147
 
130
148
  @font-face {
131
149
  font-family: 'NotoSansJP';
132
- src: url('./NotoSansJP-Regular.ttf');
150
+ src: url('./NotoSansJP-Regular.woff2') format('woff2');
133
151
  font-weight: normal;
134
152
  font-style: normal;
153
+ font-display: swap;
135
154
  }
136
155
 
137
156
  @font-face {
138
157
  font-family: 'NotoSansJP';
139
- src: url('./NotoSansJP-Bold.ttf');
158
+ src: url('./NotoSansJP-Bold.woff2') format('woff2');
140
159
  font-weight: bold;
141
160
  font-style: normal;
161
+ font-display: swap;
142
162
  }
143
163
 
144
164
  @font-face {
145
165
  font-family: 'NotoSansKR';
146
- src: url('./NotoSansKR-Regular.ttf');
166
+ src: url('./NotoSansKR-Regular.woff2') format('woff2');
147
167
  font-weight: normal;
148
168
  font-style: normal;
169
+ font-display: swap;
149
170
  }
150
171
 
151
172
  @font-face {
152
173
  font-family: 'NotoSansKR';
153
- src: url('./NotoSansKR-Bold.ttf');
174
+ src: url('./NotoSansKR-Bold.woff2') format('woff2');
154
175
  font-weight: bold;
155
176
  font-style: normal;
177
+ font-display: swap;
156
178
  }
157
179
 
158
180
  @font-face {
159
181
  font-family: 'NotoSansSC';
160
- src: url('./NotoSansSC-Regular.ttf');
182
+ src: url('./NotoSansSC-Regular.woff2') format('woff2');
161
183
  font-weight: normal;
162
184
  font-style: normal;
185
+ font-display: swap;
163
186
  }
164
187
 
165
188
  @font-face {
166
189
  font-family: 'NotoSansSC';
167
- src: url('./NotoSansSC-Bold.ttf');
190
+ src: url('./NotoSansSC-Bold.woff2') format('woff2');
168
191
  font-weight: bold;
169
192
  font-style: normal;
193
+ font-display: swap;
170
194
  }
171
195
 
172
196
  @font-face {
173
197
  font-family: 'NotoSansTamil';
174
- src: url('./NotoSansTamil-Regular.ttf');
198
+ src: url('./NotoSansTamil-Regular.woff2') format('woff2');
175
199
  font-weight: normal;
176
200
  font-style: normal;
201
+ font-display: swap;
177
202
  }
178
203
 
179
204
  @font-face {
180
205
  font-family: 'NotoSansTamil';
181
- src: url('./NotoSansTamil-Bold.ttf');
206
+ src: url('./NotoSansTamil-Bold.woff2') format('woff2');
182
207
  font-weight: bold;
183
208
  font-style: normal;
209
+ font-display: swap;
184
210
  }
185
211
 
186
212
  @font-face {
187
213
  font-family: 'NotoSansThai';
188
- src: url('./NotoSansThai-Regular.ttf');
214
+ src: url('./NotoSansThai-Regular.woff2') format('woff2');
189
215
  font-weight: normal;
190
216
  font-style: normal;
217
+ font-display: swap;
191
218
  }
192
219
 
193
220
  @font-face {
194
221
  font-family: 'NotoSansThai';
195
- src: url('./NotoSansThai-Bold.ttf');
222
+ src: url('./NotoSansThai-Bold.woff2') format('woff2');
196
223
  font-weight: bold;
197
224
  font-style: normal;
225
+ font-display: swap;
198
226
  }
199
227
 
200
228
  @font-face {
201
229
  font-family: 'Padauk';
202
- src: url('./Padauk-Regular.ttf');
230
+ src: url('./Padauk-Regular.woff2') format('woff2');
203
231
  font-weight: normal;
204
232
  font-style: normal;
233
+ font-display: swap;
205
234
  }
206
235
 
207
236
  @font-face {
208
237
  font-family: 'Padauk';
209
- src: url('./Padauk-Bold.ttf');
238
+ src: url('./Padauk-Bold.woff2') format('woff2');
210
239
  font-weight: bold;
211
240
  font-style: normal;
241
+ font-display: swap;
212
242
  }
213
243
 
214
244
  @font-face {
215
245
  font-family: 'UKIJTuz';
216
- src: url('./UKIJTuz-Regular.ttf');
246
+ src: url('./UKIJTuz-Regular.woff2') format('woff2');
217
247
  font-weight: normal;
218
248
  font-style: normal;
249
+ font-display: swap;
219
250
  }
220
251
 
221
252
  @font-face {
222
253
  font-family: 'UKIJTuz';
223
- src: url('./UKIJTuz-Bold.ttf');
254
+ src: url('./UKIJTuz-Bold.woff2') format('woff2');
224
255
  font-weight: bold;
225
256
  font-style: normal;
257
+ font-display: swap;
226
258
  }
@@ -6,7 +6,7 @@
6
6
  {
7
7
  "bibleAudioId": "AB2013",
8
8
  "canDownload": false,
9
- "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2017 © Ариун Бичээс Нийгэмлэг, 2017",
9
+ "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2013 © Ариун Бичээс Нийгэмлэг, 2013",
10
10
  "audioSource": [
11
11
  {
12
12
  "scope": "NT",
@@ -4929,7 +4929,7 @@
4929
4929
  "speakersPrimary": 6183130,
4930
4930
  "speakersTotal": 6183130,
4931
4931
  "status": {
4932
- "dbs": "testing",
4932
+ "dbs": "launched",
4933
4933
  "gdmc": "notStarted",
4934
4934
  "trainingVideos": "notStarted",
4935
4935
  "web": "notStarted"
@@ -6003,7 +6003,7 @@
6003
6003
  "questionSource": "recorded",
6004
6004
  "script": "arabic",
6005
6005
  "status": {
6006
- "dbs": "testing",
6006
+ "dbs": "launched",
6007
6007
  "gdmc": "notStarted",
6008
6008
  "trainingVideos": "notStarted",
6009
6009
  "web": "notStarted"
@@ -23967,7 +23967,7 @@
23967
23967
  "hin.03.007.012.mp3": 667.665805,
23968
23968
  "hin.03.007.012.story.mp3": 0,
23969
23969
  "hin.03.007.013.intro.mp3": 300.251458,
23970
- "hin.03.009.001.mp4": 335.266984,
23970
+ "hin.03.009.001.mp4": 335.266667,
23971
23971
  "hin.03.009.002.mp4": 3131.033333,
23972
23972
  "hin.03.009.003.mp4": 1710.433333,
23973
23973
  "hin.03.009.004.mp4": 708.2,
@@ -2,8 +2,54 @@
2
2
  "$schema": "./releaseNotes.schema.json",
3
3
  "data": [
4
4
  {
5
- "version": "8.1.0",
5
+ "version": "8.2.0",
6
6
  "showInApp": true,
7
+ "notes": {
8
+ "eng": "Mongolian is now available on Waha.",
9
+ "ara": "اللغة المنغولية متاحة الآن على وها.",
10
+ "aze": "Monqol dili artıq Waha-da mövcuddur.",
11
+ "bni": "ওয়াহা-তে এখন মঙ্গোলিয়ান ভাষা উপলব্ধ।",
12
+ "ceb": "Ang Mongolian available na karon sa Waha.",
13
+ "ckb": "زمانی موڵەی ئێستا لە واها بەردەستە.",
14
+ "cmn": "蒙古语现已在Waha上推出。",
15
+ "deu": "Mongolisch ist jetzt auf Waha verfügbar.",
16
+ "esp": "El mongol ya está disponible en Waha.",
17
+ "fra": "Le mongol est maintenant disponible sur Waha.",
18
+ "hau": "Yanzu ana iya samun Mongolian a Waha.",
19
+ "heb": "מונגולית זמינה כעת ב-Waha.",
20
+ "hin": "अब वाहा पर मंगोलियाई भाषा उपलब्ध है।",
21
+ "hun": "A mongol nyelv most már elérhető a Wahán.",
22
+ "hye": "Մոնղոլերենն այժմ հասանելի է Waha-ում։",
23
+ "ind": "Bahasa Mongol kini tersedia di Waha.",
24
+ "jpn": "モンゴル語がWahaで利用可能になりました。",
25
+ "khm": "ភាសាម៉ុងហ្គោលីបានអាចប្រើបានហើយនៅលើ Waha។",
26
+ "kor": "몽골어가 이제 Waha에서 사용 가능합니다.",
27
+ "mar": "मंगोलियन आता Waha वर उपलब्ध आहे.",
28
+ "mlg": "Ny teny Mongoliana dia misy ankehitriny ao amin'ny Waha.",
29
+ "mon": "Монгол хэл одоо Waha дээр нэмэгдлээ.",
30
+ "mya": "မွန်ဂိုလီယာဘာသာစကားကို Waha တွင် ယခုအသုံးပြုနိုင်ပြီဖြစ်သည်။",
31
+ "nld": "Mongools is nu beschikbaar op Waha.",
32
+ "npi": "मंगोलियन भाषा अब Waha मा उपलब्ध छ।",
33
+ "pes": "منگولی اکنون در Waha در دسترس است.",
34
+ "por": "O mongol já está disponível no Waha.",
35
+ "ron": "Mongoleza este acum disponibilă pe Waha.",
36
+ "rus": "Монгольский язык теперь доступен в Waha.",
37
+ "spa": "El mongol ya está disponible en Waha.",
38
+ "swe": "Mongoliska finns nu tillgängligt på Waha.",
39
+ "swz": "Kimongolia sasa kinapatikana kwenye Waha.",
40
+ "tam": "மங்கோலியன் இப்போது Waha-வில் கிடைக்கிறது.",
41
+ "tel": "మంగోలియన్ భాష ఇప్పుడు Waha లో అందుబాటులో ఉంది.",
42
+ "tgl": "Ang Mongolian ay available na sa Waha.",
43
+ "tha": "ขณะนี้ภาษามองโกเลียพร้อมใช้งานแล้วบน Waha",
44
+ "tur": "Moğolca artık Waha'da mevcut.",
45
+ "uig": "ۋاھادا ھازىر موڭغۇل تىلى ئىشلىتىشكە بولىدۇ.",
46
+ "ukr": "Монгольська мова тепер доступна у Waha.",
47
+ "urd": "منگولیائی زبان اب واہا پر دستیاب ہے۔",
48
+ "zsm": "Bahasa Mongolia kini tersedia di Waha."
49
+ }
50
+ },
51
+ {
52
+ "version": "8.1.0",
7
53
  "notes": {
8
54
  "eng": "Afrini Kurmanji is now available on Waha.",
9
55
  "ara": "أفريني الكرمانجية متاحة الآن على وحة.",
@@ -46,7 +92,8 @@
46
92
  "ukr": "Африні Курманджі тепер доступна у Waha.",
47
93
  "urd": "افرینی کرمانجی اب وہا پر دستیاب ہے۔",
48
94
  "zsm": "Afrini Kurmanji kini tersedia di Waha."
49
- }
95
+ },
96
+ "showInApp": true
50
97
  },
51
98
  {
52
99
  "version": "8.0.3",
@@ -524,7 +524,8 @@
524
524
  "question_what_brings_you_option_1": { "type": "string" },
525
525
  "question_what_brings_you_option_2": { "type": "string" },
526
526
  "question_what_brings_you_option_3": { "type": "string" },
527
- "question_what_brings_you_option_4": { "type": "string" }
527
+ "question_what_brings_you_option_4": { "type": "string" },
528
+ "share_story_audio": { "type": "string" }
528
529
  },
529
530
  "required": [
530
531
  "name",
@@ -839,7 +840,8 @@
839
840
  "micro_lessons",
840
841
  "filter_micro_lessons",
841
842
  "question_placeholder",
842
- "no_text_available"
843
+ "no_text_available",
844
+ "share_story_audio"
843
845
  ],
844
846
  "additionalProperties": false,
845
847
  "description": "Translations for a single language (identified by a 3-letter code)_"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.355",
3
+ "version": "1.0.357",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "scripts": {
29
29
  "build": "npx tsc && copyfiles \"data/**/*.json\" dist",
30
- "update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch && git add . && git commit -m 'chore: update shared types' && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
31
- "updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && git add dist package.json && git commit -m 'chore: update shared types' && npm publish"
30
+ "update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add . && (git commit -m 'chore: update shared types' || true) && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
31
+ "updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add dist package.json && (git commit -m 'chore: update shared types' || true) && npm publish"
32
32
  }
33
33
  }