waha-shared 1.0.430 → 1.0.432
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.
- package/dist/data/bibleAudios/bibleAudios.json +12 -0
- package/dist/data/bibleTexts/bibleTexts.json +11 -0
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +29 -0
- package/dist/data/dblTextLicenses/dblTextLicenses.json +30 -0
- package/dist/data/languages/index.d.ts +1 -0
- package/dist/data/languages/languages.json +63 -0
- package/dist/data/languages/languages.schema.json +6 -0
- package/dist/data/languages/languages.zod.d.ts +1 -0
- package/dist/data/languages/languages.zod.js +4 -0
- package/dist/data/releaseNotes/releaseNotes.json +49 -2
- package/dist/data/translationsApp/index.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.json +82 -0
- package/dist/data/translationsApp/translationsApp.schema.json +3 -1
- package/dist/data/translationsApp/translationsApp.zod.d.ts +4 -0
- package/dist/data/translationsApp/translationsApp.zod.js +2 -0
- package/dist/functions/feedback.d.ts +15 -0
- package/dist/functions/feedback.js +25 -0
- package/dist/functions/magicLink.d.ts +31 -0
- package/dist/functions/magicLink.js +51 -0
- package/dist/types/socialProof.d.ts +30 -0
- package/dist/types/socialProof.js +23 -0
- package/package.json +4 -4
|
@@ -613,6 +613,18 @@
|
|
|
613
613
|
}
|
|
614
614
|
]
|
|
615
615
|
},
|
|
616
|
+
{
|
|
617
|
+
"bibleAudioId": "PYPB",
|
|
618
|
+
"canDownload": false,
|
|
619
|
+
"copyright": "Pashto, Northern: Yousafzai Pashto Audio Bible; Revised Yousafzai Pashto (Northern) Bible © 2020, The Pakistan Bible Society (Text). Audio ℗ 2020-2025 Roshan Productions for complete NT and following OT books: Jos, Jud, 1Sa – 2Ch, Psa, Pro, Ecc, Isa – Hos, Jon – Mal.. Audio ℗ 2020 Davar Partners International (Audio) for following OT books: Gen – Deu, Rut, Ezr – Job, Sng, Jol - Oba.",
|
|
620
|
+
"audioSource": [
|
|
621
|
+
{
|
|
622
|
+
"scope": "all",
|
|
623
|
+
"source": "dbl",
|
|
624
|
+
"sourceId": "8cc62ed87cc5456c-01"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
627
|
+
},
|
|
616
628
|
{
|
|
617
629
|
"bibleAudioId": "RIF",
|
|
618
630
|
"canDownload": false,
|
|
@@ -574,6 +574,17 @@
|
|
|
574
574
|
"sourceId": "a0eead58359eebd2-01"
|
|
575
575
|
}
|
|
576
576
|
},
|
|
577
|
+
{
|
|
578
|
+
"bibleTextId": "PYPB",
|
|
579
|
+
"copyright": "Pakistani Yousafzai Pashto Bible © The Pakistan Bible Society, 2019. اشاعت کوونکی: پاکستان بايبل سوسايټيز This Bible text may be quoted in any form (written, visual, electronic or audio) up to and inclusive of five hundred (500) verses without express written permission of the publisher, provided the verses quoted do not amount to a complete book of the Bible nor do the verses quoted account for 25% of the total text of the work in which they are quoted. Notice of copyright must appear on the copyright page of the work as follows: Scripture taken from the Holy Bible in Pakistani (Yousafzai) Pashto, Copyright © 2019 The Pakistan Bible Society. Used by permission. All rights reserved.",
|
|
580
|
+
"languageId": "pus",
|
|
581
|
+
"name": "Pakistani Yousafzai Pashto",
|
|
582
|
+
"nameEnglish": "Pakistani Yousafzai Pashto",
|
|
583
|
+
"textSource": {
|
|
584
|
+
"source": "dbl",
|
|
585
|
+
"sourceId": "f4ece3a4b49952a6-01"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
577
588
|
{
|
|
578
589
|
"bibleTextId": "RIF-A",
|
|
579
590
|
"audioId": "RIF",
|
|
@@ -6665,6 +6665,35 @@
|
|
|
6665
6665
|
"updatedAt": "2025-10-03T02:17:19.000Z",
|
|
6666
6666
|
"copyright": "\u00a92025 Seed Company in collaboration with Language Developers and Bible Translators Association",
|
|
6667
6667
|
"info": null
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"id": "8cc62ed87cc5456c-01",
|
|
6671
|
+
"dblId": "8cc62ed87cc5456c",
|
|
6672
|
+
"relatedDbl": "f4ece3a4b49952a6",
|
|
6673
|
+
"name": "Pakistani Yousafzai Pashto Audio Bible",
|
|
6674
|
+
"nameLocal": "Pakistani Yousafzai Pashto Audio Bible",
|
|
6675
|
+
"abbreviation": "PYPB",
|
|
6676
|
+
"abbreviationLocal": "PYPB",
|
|
6677
|
+
"description": null,
|
|
6678
|
+
"descriptionLocal": null,
|
|
6679
|
+
"language": {
|
|
6680
|
+
"id": "pus",
|
|
6681
|
+
"name": "Pashto, Northern",
|
|
6682
|
+
"nameLocal": "Pashto, Northern",
|
|
6683
|
+
"script": "Arabic",
|
|
6684
|
+
"scriptDirection": "RTL"
|
|
6685
|
+
},
|
|
6686
|
+
"countries": [
|
|
6687
|
+
{
|
|
6688
|
+
"id": "PK",
|
|
6689
|
+
"name": "Pakistan",
|
|
6690
|
+
"nameLocal": "Pakistan"
|
|
6691
|
+
}
|
|
6692
|
+
],
|
|
6693
|
+
"type": "audio",
|
|
6694
|
+
"updatedAt": "2025-01-01T00:00:00.000Z",
|
|
6695
|
+
"copyright": "Pashto, Northern: Yousafzai Pashto Audio Bible; Revised Yousafzai Pashto (Northern) Bible © 2020, The Pakistan Bible Society (Text). Audio ℗ 2020-2025 Roshan Productions for complete NT and following OT books: Jos, Jud, 1Sa – 2Ch, Psa, Pro, Ecc, Isa – Hos, Jon – Mal.. Audio ℗ 2020 Davar Partners International (Audio) for following OT books: Gen – Deu, Rut, Ezr – Job, Sng, Jol - Oba.",
|
|
6696
|
+
"info": null
|
|
6668
6697
|
}
|
|
6669
6698
|
]
|
|
6670
6699
|
}
|
|
@@ -15399,6 +15399,36 @@
|
|
|
15399
15399
|
"copyright": "Active: \u00a9Wycliffe Bible Translators, Inc. All rights reserved.",
|
|
15400
15400
|
"info": null,
|
|
15401
15401
|
"audioBibles": []
|
|
15402
|
+
},
|
|
15403
|
+
{
|
|
15404
|
+
"id": "f4ece3a4b49952a6-01",
|
|
15405
|
+
"dblId": "f4ece3a4b49952a6",
|
|
15406
|
+
"relatedDbl": null,
|
|
15407
|
+
"name": "Pakistani Yousafzai Pashto",
|
|
15408
|
+
"nameLocal": "Pakistani Yousafzai Pashto",
|
|
15409
|
+
"abbreviation": "PYPB",
|
|
15410
|
+
"abbreviationLocal": "PYPB",
|
|
15411
|
+
"description": "Protestant",
|
|
15412
|
+
"descriptionLocal": "Protestant",
|
|
15413
|
+
"language": {
|
|
15414
|
+
"id": "pbu",
|
|
15415
|
+
"name": "Pashto, Northern",
|
|
15416
|
+
"nameLocal": "Pashto, Northern",
|
|
15417
|
+
"script": "Arabic",
|
|
15418
|
+
"scriptDirection": "RTL"
|
|
15419
|
+
},
|
|
15420
|
+
"countries": [
|
|
15421
|
+
{
|
|
15422
|
+
"id": "PK",
|
|
15423
|
+
"name": "Pakistan",
|
|
15424
|
+
"nameLocal": "Pakistan"
|
|
15425
|
+
}
|
|
15426
|
+
],
|
|
15427
|
+
"type": "text",
|
|
15428
|
+
"updatedAt": "2024-06-29T06:26:21.000Z",
|
|
15429
|
+
"copyright": "Pakistani Yousafzai Pashto Bible © The Pakistan Bible Society, 2019. اشاعت کوونکی: پاکستان بايبل سوسايټيز This Bible text may be quoted in any form (written, visual, electronic or audio) up to and inclusive of five hundred (500) verses without express written permission of the publisher, provided the verses quoted do not amount to a complete book of the Bible nor do the verses quoted account for 25% of the total text of the work in which they are quoted. Notice of copyright must appear on the copyright page of the work as follows: Scripture taken from the Holy Bible in Pakistani (Yousafzai) Pashto, Copyright © 2019 The Pakistan Bible Society. Used by permission. All rights reserved.",
|
|
15430
|
+
"info": "<p> <strong>کِتابِ مقدس د پاکستان په (يوسفزئ) پښتو کښې</strong> </p> <p> <strong>Holy Bible in Pakistani (Yousafzai) Pashto.</strong> </p> <p>This translation in Pashto is in the Yousafzai dialect, widely spoken and/or understood in Pakistan.</p> <p>دا پوره کِتابِ مقدس په ٢٠٢٠ کښې چاپ شو او په دې لنک باندې ملاويدے شى</p> <p>This full bible was printed in 2020 and is available from</p> <p> <a href=\"https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.afghanmediacentre.org%2Fampdata=02%7C01%7CHenk%40pamteam.org%7C33301796f37c4a01558c08d7bc5aabfa%7C1917185a187d415b87e6295e95df8a01%7C0%7C0%7C637184969931235240ampsdata=veMSkvDjkqEtxld2%2BpBa6wAdCBZdAGBHm8zVgAAC2mQ%3Dampreserved=0\">www.AfghanMediaCentre.org</a></p> <p>او په ډيجيټل حالت کښې په دې لنک باندې ملاويدے شى</p> <p>Digitally available on</p> <p> <a href=\"https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.pashtozeray.org%2Fbibleampdata=02%7C01%7CHenk%40pamteam.org%7C33301796f37c4a01558c08d7bc5aabfa%7C1917185a187d415b87e6295e95df8a01%7C0%7C0%7C637184969931235240ampsdata=6jZaFsRZY3mvxQYf8Zy0Lo2k4crHKC7gxkJROAxLglU%3Dampreserved=0\">www.PashtoZeray.org/bible</a> </p>",
|
|
15431
|
+
"audioBibles": []
|
|
15402
15432
|
}
|
|
15403
15433
|
]
|
|
15404
15434
|
}
|
|
@@ -34,6 +34,7 @@ export declare const languages: {
|
|
|
34
34
|
endonym?: string | undefined;
|
|
35
35
|
givingId?: string | undefined;
|
|
36
36
|
hideDonateButton?: boolean | undefined;
|
|
37
|
+
launchDate?: string | undefined;
|
|
37
38
|
likelyAppInterfacePair?: string | undefined;
|
|
38
39
|
expectMissing?: ("Foundations" | "Topics" | "WahaTraining")[] | undefined;
|
|
39
40
|
mmsLanguageId?: string | undefined;
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"endonym": "Lwo",
|
|
68
68
|
"exonym": "Acholi",
|
|
69
69
|
"givingId": "EZ335S6F",
|
|
70
|
+
"launchDate": "2026-05-28",
|
|
70
71
|
"mmsLanguageId": "ach",
|
|
71
72
|
"pm": "Adam Amberg",
|
|
72
73
|
"script": "latin",
|
|
@@ -129,6 +130,7 @@
|
|
|
129
130
|
"exonym": "Tunisian Arabic",
|
|
130
131
|
"givingId": "EZT7YV2J",
|
|
131
132
|
"iosVoiceOverLanguageId": "ar",
|
|
133
|
+
"launchDate": "2023-01-20",
|
|
132
134
|
"likelyAppInterfacePair": "ara",
|
|
133
135
|
"mmsLanguageId": "ara",
|
|
134
136
|
"pm": "Josh Müller",
|
|
@@ -166,6 +168,7 @@
|
|
|
166
168
|
"exonym": "Gulf Arabic",
|
|
167
169
|
"givingId": "EAR7W7AK",
|
|
168
170
|
"iosVoiceOverLanguageId": "ar",
|
|
171
|
+
"launchDate": "2020-11-17",
|
|
169
172
|
"likelyAppInterfacePair": "ara",
|
|
170
173
|
"mmsLanguageId": "ara",
|
|
171
174
|
"pm": "Josh Müller",
|
|
@@ -267,6 +270,7 @@
|
|
|
267
270
|
"exonym": "Syrian Arabic",
|
|
268
271
|
"givingId": "EPY4NUBT",
|
|
269
272
|
"iosVoiceOverLanguageId": "ar",
|
|
273
|
+
"launchDate": "2024-04-12",
|
|
270
274
|
"likelyAppInterfacePair": "ara",
|
|
271
275
|
"mmsLanguageId": "ara",
|
|
272
276
|
"pm": "Josh Müller",
|
|
@@ -358,6 +362,7 @@
|
|
|
358
362
|
"exonym": "Palestinian Arabic",
|
|
359
363
|
"givingId": "EK5PQLC2",
|
|
360
364
|
"iosVoiceOverLanguageId": "ar",
|
|
365
|
+
"launchDate": "2024-03-12",
|
|
361
366
|
"likelyAppInterfacePair": "ara",
|
|
362
367
|
"mmsLanguageId": "ara",
|
|
363
368
|
"pm": "Josh Müller",
|
|
@@ -395,6 +400,7 @@
|
|
|
395
400
|
"exonym": "Lebanese Arabic",
|
|
396
401
|
"givingId": "EQW89MGQ",
|
|
397
402
|
"iosVoiceOverLanguageId": "ar",
|
|
403
|
+
"launchDate": "2023-05-02",
|
|
398
404
|
"likelyAppInterfacePair": "ara",
|
|
399
405
|
"mmsLanguageId": "ara",
|
|
400
406
|
"pm": "haddane Mohamed",
|
|
@@ -426,6 +432,7 @@
|
|
|
426
432
|
"exonym": "Sudanese Arabic",
|
|
427
433
|
"givingId": "EMH2NPBM",
|
|
428
434
|
"iosVoiceOverLanguageId": "ar",
|
|
435
|
+
"launchDate": "2026-07-21",
|
|
429
436
|
"likelyAppInterfacePair": "ara",
|
|
430
437
|
"mmsLanguageId": "ara",
|
|
431
438
|
"pm": "Josh Müller",
|
|
@@ -627,6 +634,7 @@
|
|
|
627
634
|
"exonym": "Moroccan Arabic",
|
|
628
635
|
"givingId": "ENMC9L8V",
|
|
629
636
|
"iosVoiceOverLanguageId": "ar",
|
|
637
|
+
"launchDate": "2021-11-19",
|
|
630
638
|
"likelyAppInterfacePair": "ara",
|
|
631
639
|
"mmsLanguageId": "ara",
|
|
632
640
|
"pm": "Josh Müller",
|
|
@@ -677,6 +685,7 @@
|
|
|
677
685
|
"exonym": "Egyptian Arabic",
|
|
678
686
|
"givingId": "E2G5CJWE",
|
|
679
687
|
"iosVoiceOverLanguageId": "ar",
|
|
688
|
+
"launchDate": "2022-06-04",
|
|
680
689
|
"likelyAppInterfacePair": "ara",
|
|
681
690
|
"mmsLanguageId": "ara",
|
|
682
691
|
"pm": "Josh Müller",
|
|
@@ -715,6 +724,7 @@
|
|
|
715
724
|
"endonym": "American Sign Language",
|
|
716
725
|
"exonym": "American Sign Language",
|
|
717
726
|
"givingId": "EYWR44DL",
|
|
727
|
+
"launchDate": "2024-09-20",
|
|
718
728
|
"likelyAppInterfacePair": "eng",
|
|
719
729
|
"mmsLanguageId": "eng",
|
|
720
730
|
"pm": "Emily Amberg",
|
|
@@ -843,6 +853,7 @@
|
|
|
843
853
|
"exonym": "Libyan Arabic",
|
|
844
854
|
"givingId": "EKAL6RHU",
|
|
845
855
|
"iosVoiceOverLanguageId": "ar",
|
|
856
|
+
"launchDate": "2021-11-19",
|
|
846
857
|
"likelyAppInterfacePair": "ara",
|
|
847
858
|
"mmsLanguageId": "ara",
|
|
848
859
|
"pm": "Josh Müller",
|
|
@@ -892,6 +903,7 @@
|
|
|
892
903
|
},
|
|
893
904
|
"endonym": "Azərbaycan dili",
|
|
894
905
|
"exonym": "Azerbaijani",
|
|
906
|
+
"launchDate": "2026-03-23",
|
|
895
907
|
"pm": "Josh Müller",
|
|
896
908
|
"script": "latin",
|
|
897
909
|
"status": {
|
|
@@ -1246,6 +1258,7 @@
|
|
|
1246
1258
|
"exonym": "Bangla, India",
|
|
1247
1259
|
"givingId": "EWD5DKLK",
|
|
1248
1260
|
"iosVoiceOverLanguageId": "bn-IN",
|
|
1261
|
+
"launchDate": "2026-04-28",
|
|
1249
1262
|
"mmsLanguageId": "ben",
|
|
1250
1263
|
"pm": "Zach D",
|
|
1251
1264
|
"script": "bengali",
|
|
@@ -1370,6 +1383,7 @@
|
|
|
1370
1383
|
"endonym": "Bisaya",
|
|
1371
1384
|
"exonym": "Cebuano",
|
|
1372
1385
|
"givingId": "EL5YGHF7",
|
|
1386
|
+
"launchDate": "2024-12-03",
|
|
1373
1387
|
"mmsLanguageId": "ceb",
|
|
1374
1388
|
"pm": "Zach D",
|
|
1375
1389
|
"script": "latin",
|
|
@@ -1539,6 +1553,7 @@
|
|
|
1539
1553
|
"endonym": "کوردیی ناوەندی",
|
|
1540
1554
|
"exonym": "Sorani (Central Kurdish)",
|
|
1541
1555
|
"givingId": "EHZJK24F",
|
|
1556
|
+
"launchDate": "2026-04-09",
|
|
1542
1557
|
"mmsLanguageId": "ckb",
|
|
1543
1558
|
"script": "arabic",
|
|
1544
1559
|
"status": {
|
|
@@ -1565,6 +1580,7 @@
|
|
|
1565
1580
|
"exonym": "Mandarin Chinese",
|
|
1566
1581
|
"givingId": "ERLD5EAS",
|
|
1567
1582
|
"iosVoiceOverLanguageId": "zh-CN",
|
|
1583
|
+
"launchDate": "2024-12-16",
|
|
1568
1584
|
"mmsLanguageId": "cmn",
|
|
1569
1585
|
"pm": "Zach D",
|
|
1570
1586
|
"script": "chinese",
|
|
@@ -1780,6 +1796,7 @@
|
|
|
1780
1796
|
"exonym": "German",
|
|
1781
1797
|
"givingId": "EX9BENPU",
|
|
1782
1798
|
"iosVoiceOverLanguageId": "de",
|
|
1799
|
+
"launchDate": "2025-08-08",
|
|
1783
1800
|
"mmsLanguageId": "deu",
|
|
1784
1801
|
"pm": "Josh Müller",
|
|
1785
1802
|
"script": "latin",
|
|
@@ -1951,6 +1968,7 @@
|
|
|
1951
1968
|
"exonym": "English",
|
|
1952
1969
|
"givingId": "E9RKMFVC",
|
|
1953
1970
|
"iosVoiceOverLanguageId": "en-US",
|
|
1971
|
+
"launchDate": "2020-11-17",
|
|
1954
1972
|
"mmsLanguageId": "eng",
|
|
1955
1973
|
"pm": "Josh Müller",
|
|
1956
1974
|
"script": "latin",
|
|
@@ -2060,6 +2078,7 @@
|
|
|
2060
2078
|
"exonym": "Spanish (European/Castilian)",
|
|
2061
2079
|
"givingId": "E9F9NVYC",
|
|
2062
2080
|
"iosVoiceOverLanguageId": "es-ES",
|
|
2081
|
+
"launchDate": "2026-03-24",
|
|
2063
2082
|
"mmsLanguageId": "spa",
|
|
2064
2083
|
"pm": "Josh Müller",
|
|
2065
2084
|
"script": "latin",
|
|
@@ -2254,6 +2273,7 @@
|
|
|
2254
2273
|
"exonym": "French",
|
|
2255
2274
|
"givingId": "EJ6LW77A",
|
|
2256
2275
|
"iosVoiceOverLanguageId": "fr-FR",
|
|
2276
|
+
"launchDate": "2021-09-12",
|
|
2257
2277
|
"mmsLanguageId": "fra",
|
|
2258
2278
|
"pm": "Josh Müller",
|
|
2259
2279
|
"script": "latin",
|
|
@@ -2738,6 +2758,7 @@
|
|
|
2738
2758
|
"endonym": "Hausa",
|
|
2739
2759
|
"exonym": "Hausa",
|
|
2740
2760
|
"givingId": "EBM4EHBY",
|
|
2761
|
+
"launchDate": "2025-03-19",
|
|
2741
2762
|
"mmsLanguageId": "hau",
|
|
2742
2763
|
"pm": "Adam Amberg",
|
|
2743
2764
|
"script": "latin",
|
|
@@ -2812,6 +2833,7 @@
|
|
|
2812
2833
|
"exonym": "Hebrew",
|
|
2813
2834
|
"givingId": "E3DVAELP",
|
|
2814
2835
|
"iosVoiceOverLanguageId": "he",
|
|
2836
|
+
"launchDate": "2026-05-05",
|
|
2815
2837
|
"mmsLanguageId": "heb",
|
|
2816
2838
|
"script": "hebrew",
|
|
2817
2839
|
"status": {
|
|
@@ -2869,6 +2891,7 @@
|
|
|
2869
2891
|
"endonym": "उर्दू (देवनागरी में)",
|
|
2870
2892
|
"exonym": "Urdu (Devanagari)",
|
|
2871
2893
|
"givingId": "E8CKEUVR",
|
|
2894
|
+
"launchDate": "2021-09-12",
|
|
2872
2895
|
"likelyAppInterfacePair": "hin",
|
|
2873
2896
|
"mmsLanguageId": "urd-script_devanagari",
|
|
2874
2897
|
"pm": "Zach D",
|
|
@@ -2923,6 +2946,7 @@
|
|
|
2923
2946
|
"exonym": "Hindi",
|
|
2924
2947
|
"givingId": "ELGE3MN4",
|
|
2925
2948
|
"iosVoiceOverLanguageId": "hi",
|
|
2949
|
+
"launchDate": "2021-09-12",
|
|
2926
2950
|
"mmsLanguageId": "hin",
|
|
2927
2951
|
"pm": "Zach D",
|
|
2928
2952
|
"script": "devanagari",
|
|
@@ -3074,6 +3098,7 @@
|
|
|
3074
3098
|
"exonym": "Hungarian",
|
|
3075
3099
|
"givingId": "EU2DXUR5",
|
|
3076
3100
|
"iosVoiceOverLanguageId": "hu",
|
|
3101
|
+
"launchDate": "2025-12-08",
|
|
3077
3102
|
"mmsLanguageId": "hun",
|
|
3078
3103
|
"script": "latin",
|
|
3079
3104
|
"status": {
|
|
@@ -3103,6 +3128,7 @@
|
|
|
3103
3128
|
},
|
|
3104
3129
|
"endonym": "Հայերեն",
|
|
3105
3130
|
"exonym": "Armenian",
|
|
3131
|
+
"launchDate": "2026-05-05",
|
|
3106
3132
|
"mmsLanguageId": "hyw",
|
|
3107
3133
|
"script": "latin",
|
|
3108
3134
|
"status": {
|
|
@@ -3247,6 +3273,7 @@
|
|
|
3247
3273
|
"exonym": "Indonesian",
|
|
3248
3274
|
"givingId": "EPN93W4Q",
|
|
3249
3275
|
"iosVoiceOverLanguageId": "id",
|
|
3276
|
+
"launchDate": "2024-07-29",
|
|
3250
3277
|
"mmsLanguageId": "ind",
|
|
3251
3278
|
"pm": "Zach D",
|
|
3252
3279
|
"script": "latin",
|
|
@@ -3405,6 +3432,7 @@
|
|
|
3405
3432
|
"exonym": "Japanese",
|
|
3406
3433
|
"givingId": "EKAQY8AL",
|
|
3407
3434
|
"iosVoiceOverLanguageId": "ja",
|
|
3435
|
+
"launchDate": "2025-04-14",
|
|
3408
3436
|
"mmsLanguageId": "jpn",
|
|
3409
3437
|
"pm": "Zach D",
|
|
3410
3438
|
"script": "japanese",
|
|
@@ -3752,6 +3780,7 @@
|
|
|
3752
3780
|
"endonym": "ខ្មែរ",
|
|
3753
3781
|
"exonym": "Khmer",
|
|
3754
3782
|
"givingId": "EMAZYUT7",
|
|
3783
|
+
"launchDate": "2024-09-24",
|
|
3755
3784
|
"mmsLanguageId": "khm",
|
|
3756
3785
|
"pm": "Zach D",
|
|
3757
3786
|
"script": "khmer",
|
|
@@ -3851,6 +3880,7 @@
|
|
|
3851
3880
|
"endonym": "Kurmancî",
|
|
3852
3881
|
"exonym": "Kurmanji (Northern Kurdish)",
|
|
3853
3882
|
"givingId": "E9SHMNZ8",
|
|
3883
|
+
"launchDate": "2026-02-19",
|
|
3854
3884
|
"mmsLanguageId": "kmr-script_latin",
|
|
3855
3885
|
"pm": "Josh Müller",
|
|
3856
3886
|
"script": "latin",
|
|
@@ -3944,6 +3974,7 @@
|
|
|
3944
3974
|
"exonym": "Korean",
|
|
3945
3975
|
"givingId": "ED72Y69X",
|
|
3946
3976
|
"iosVoiceOverLanguageId": "ko",
|
|
3977
|
+
"launchDate": "2026-04-29",
|
|
3947
3978
|
"mmsLanguageId": "kor",
|
|
3948
3979
|
"pm": "Aaron",
|
|
3949
3980
|
"script": "korean",
|
|
@@ -4356,6 +4387,7 @@
|
|
|
4356
4387
|
"exonym": "Marathi",
|
|
4357
4388
|
"givingId": "EJBYWR4W",
|
|
4358
4389
|
"iosVoiceOverLanguageId": "mr",
|
|
4390
|
+
"launchDate": "2021-09-12",
|
|
4359
4391
|
"mmsLanguageId": "mar",
|
|
4360
4392
|
"pm": "Zach D",
|
|
4361
4393
|
"script": "devanagari",
|
|
@@ -4442,6 +4474,7 @@
|
|
|
4442
4474
|
"endonym": "Kreol Morisien",
|
|
4443
4475
|
"exonym": "Mauritian Creole",
|
|
4444
4476
|
"givingId": "EN3S3N9Q",
|
|
4477
|
+
"launchDate": "2025-03-04",
|
|
4445
4478
|
"likelyAppInterfacePair": "fra",
|
|
4446
4479
|
"mmsLanguageId": "mfe",
|
|
4447
4480
|
"pm": "Adam Amberg",
|
|
@@ -4496,6 +4529,7 @@
|
|
|
4496
4529
|
"endonym": "Malagasy",
|
|
4497
4530
|
"exonym": "Malagasy",
|
|
4498
4531
|
"givingId": "E3PD73EW",
|
|
4532
|
+
"launchDate": "2026-05-28",
|
|
4499
4533
|
"mmsLanguageId": "mlg",
|
|
4500
4534
|
"pm": "Adam Amberg",
|
|
4501
4535
|
"script": "latin",
|
|
@@ -4568,6 +4602,7 @@
|
|
|
4568
4602
|
"endonym": "Монгол хэл",
|
|
4569
4603
|
"exonym": "Mongolian",
|
|
4570
4604
|
"givingId": "ET7D9BR2",
|
|
4605
|
+
"launchDate": "2026-06-22",
|
|
4571
4606
|
"mmsLanguageId": "mon",
|
|
4572
4607
|
"pm": "Zach D",
|
|
4573
4608
|
"script": "cyrillic",
|
|
@@ -4666,6 +4701,7 @@
|
|
|
4666
4701
|
"endonym": "မြန်မာစာ",
|
|
4667
4702
|
"exonym": "Burmese",
|
|
4668
4703
|
"givingId": "EAA5K4C8",
|
|
4704
|
+
"launchDate": "2025-03-14",
|
|
4669
4705
|
"mmsLanguageId": "mya",
|
|
4670
4706
|
"pm": "Zach D",
|
|
4671
4707
|
"script": "burmese",
|
|
@@ -4859,6 +4895,7 @@
|
|
|
4859
4895
|
"exonym": "Dutch",
|
|
4860
4896
|
"givingId": "EJ4X4LGS",
|
|
4861
4897
|
"iosVoiceOverLanguageId": "nl-NL",
|
|
4898
|
+
"launchDate": "2026-07-21",
|
|
4862
4899
|
"mmsLanguageId": "nld",
|
|
4863
4900
|
"script": "latin",
|
|
4864
4901
|
"status": {
|
|
@@ -4984,6 +5021,7 @@
|
|
|
4984
5021
|
"endonym": "नेपाली",
|
|
4985
5022
|
"exonym": "Nepali",
|
|
4986
5023
|
"givingId": "EL69GHAM",
|
|
5024
|
+
"launchDate": "2026-03-03",
|
|
4987
5025
|
"mmsLanguageId": "npi",
|
|
4988
5026
|
"pm": "Zach D",
|
|
4989
5027
|
"script": "devanagari",
|
|
@@ -5340,6 +5378,7 @@
|
|
|
5340
5378
|
"exonym": "Iranian Persian",
|
|
5341
5379
|
"givingId": "EASHBFCV",
|
|
5342
5380
|
"iosVoiceOverLanguageId": "fa",
|
|
5381
|
+
"launchDate": "2025-07-02",
|
|
5343
5382
|
"mmsLanguageId": "fas",
|
|
5344
5383
|
"notes": "Use PCV for OT",
|
|
5345
5384
|
"pm": "Zach D",
|
|
@@ -5457,6 +5496,7 @@
|
|
|
5457
5496
|
"exonym": "Portuguese (Brazilian)",
|
|
5458
5497
|
"givingId": "ESAKP9AS",
|
|
5459
5498
|
"iosVoiceOverLanguageId": "pt-BR",
|
|
5499
|
+
"launchDate": "2024-02-05",
|
|
5460
5500
|
"mmsLanguageId": "por",
|
|
5461
5501
|
"pm": "Josh Müller",
|
|
5462
5502
|
"script": "latin",
|
|
@@ -5489,6 +5529,7 @@
|
|
|
5489
5529
|
"exonym": "Dari Persian",
|
|
5490
5530
|
"givingId": "EWT573HS",
|
|
5491
5531
|
"iosVoiceOverLanguageId": "fa",
|
|
5532
|
+
"launchDate": "2023-05-02",
|
|
5492
5533
|
"likelyAppInterfacePair": "pes",
|
|
5493
5534
|
"mmsLanguageId": "fas",
|
|
5494
5535
|
"pm": "Zach D",
|
|
@@ -5506,6 +5547,7 @@
|
|
|
5506
5547
|
{
|
|
5507
5548
|
"languageId": "pus",
|
|
5508
5549
|
"appInterface": false,
|
|
5550
|
+
"bible": "PYPB",
|
|
5509
5551
|
"crowdinId": "ps",
|
|
5510
5552
|
"curriculum": {
|
|
5511
5553
|
"foundations": "eng",
|
|
@@ -5546,6 +5588,7 @@
|
|
|
5546
5588
|
},
|
|
5547
5589
|
"endonym": "كورمانجي عفريني",
|
|
5548
5590
|
"exonym": "Afrini Kurmanji",
|
|
5591
|
+
"launchDate": "2026-06-17",
|
|
5549
5592
|
"mmsLanguageId": "kmr-script_arabic",
|
|
5550
5593
|
"notes": "Both AKAB (existing bible) and WAHA_QAK (waha recorded bible) are audio only, so to still have text on the screen, our sponsors opted to copy GNA arabic text into both bibles. Thus, chapters labelled AKAB.GEN.1 actually contain GNA text even though the verse timings are synced to the AKAB audio.",
|
|
5551
5594
|
"pm": "Josh Müller",
|
|
@@ -5649,6 +5692,7 @@
|
|
|
5649
5692
|
"endonym": "تريفيت (سلحوروف ن العربية)",
|
|
5650
5693
|
"exonym": "Tarifit (Arabic Script)",
|
|
5651
5694
|
"givingId": "EJ4ZTVGT",
|
|
5695
|
+
"launchDate": "2024-03-29",
|
|
5652
5696
|
"likelyAppInterfacePair": "ara",
|
|
5653
5697
|
"mmsLanguageId": "rif",
|
|
5654
5698
|
"pm": "Josh Müller",
|
|
@@ -5683,6 +5727,7 @@
|
|
|
5683
5727
|
"endonym": "Ṯarifiṯ (s’lḥuruf n’latiniya)",
|
|
5684
5728
|
"exonym": "Tarifit (Latin Script)",
|
|
5685
5729
|
"givingId": "E3WPZB8S",
|
|
5730
|
+
"launchDate": "2024-01-02",
|
|
5686
5731
|
"likelyAppInterfacePair": "fra",
|
|
5687
5732
|
"mmsLanguageId": "rif",
|
|
5688
5733
|
"pm": "Josh Müller",
|
|
@@ -5807,6 +5852,7 @@
|
|
|
5807
5852
|
"exonym": "Romanian",
|
|
5808
5853
|
"givingId": "E56SB9RS",
|
|
5809
5854
|
"iosVoiceOverLanguageId": "ro",
|
|
5855
|
+
"launchDate": "2022-06-04",
|
|
5810
5856
|
"mmsLanguageId": "ron",
|
|
5811
5857
|
"pm": "Josh Müller",
|
|
5812
5858
|
"script": "latin",
|
|
@@ -5862,6 +5908,7 @@
|
|
|
5862
5908
|
"exonym": "Russian",
|
|
5863
5909
|
"givingId": "EPQ4UGL7",
|
|
5864
5910
|
"iosVoiceOverLanguageId": "ru",
|
|
5911
|
+
"launchDate": "2021-11-19",
|
|
5865
5912
|
"mmsLanguageId": "rus",
|
|
5866
5913
|
"notes": "Russian Bible uses different chapter/verse numbering for some passages (mostly Psalms). Custom foundation sets (01.081-01.083) and topic sets (02.081-02.097) were created with adjusted scripture references. See https://www.ph4.org/btraduk_ruennum.php. Changes from English:\n\n01.081.006: PSA.32.1-5 → PSA.31.1-5\n01.082.005: PSA.19.7-14 → PSA.18.8-15\n01.082.006: PSA.23.1-6 → PSA.22.1-6\n01.083.008: PSA.145.1-21 → PSA.144.1-21\n02.081.002: NUM.13.1-2,13.17-20,13.25-33 → NUM.13.2-3,13.18-21,13.26-34\n02.081.005: PSA.46.1-11 → PSA.45.2-12\n02.081.007: PSA.27.1-14 → PSA.26.1-14\n02.082.003: JOS.6.1-16,6.20 → JOS.5.16,6.1-15,6.19\n02.083.007: PSA.91.8-16 → PSA.90.8-16\n02.084.008: PSA.103.1-22 → PSA.102.1-22\n02.085.005: PSA.119.33-40 → PSA.118.33-40\n02.086.002: PSA.34.1-15 → PSA.33.2-16\n02.086.004: PSA.46.1-11 → PSA.45.2-12\n02.086.005: PSA.23.1-6 → PSA.22.1-6\n02.087.006: PSA.91.1-8 → PSA.90.1-8\n02.087.007: PSA.91.8-16 → PSA.90.8-16\n02.088.003: PSA.34.15-22 → PSA.33.16-23\n02.089.002: PSA.34.1-15 → PSA.33.2-16\n02.089.004: PSA.46.1-11 → PSA.45.2-12\n02.089.005: PSA.23.1-6 → PSA.22.1-6\n02.090.001: PSA.24.1-2 → PSA.23.1-2\n02.090.006: PSA.50.7-12 → PSA.49.7-12\n02.091.008: PSA.37.21 → PSA.36.21\n02.092.003: PSA.112.1-10 → PSA.111.1-10\n02.092.004: NUM.13.1-2,13.17-20,13.25-33 → NUM.13.2-3,13.18-21,13.26-34\n02.093.005: PSA.119.9-16 → PSA.118.9-16\n02.094.001: PSA.139.13-18 → PSA.138.13-18\n02.095.004: PSA.68.3-6,68.19-20 → PSA.67.4-7,67.20-21\n02.096.005: PSA.19.7-14 → PSA.18.8-15\n02.096.006: PSA.119.9-16 → PSA.118.9-16\n02.097.003: PSA.51.1-19 → PSA.50.3-21",
|
|
5867
5914
|
"pm": "Zach D",
|
|
@@ -6132,6 +6179,7 @@
|
|
|
6132
6179
|
"endonym": "Tachelhit",
|
|
6133
6180
|
"exonym": "Tachelhit (Latin Script)",
|
|
6134
6181
|
"givingId": "EC83UZJC",
|
|
6182
|
+
"launchDate": "2024-07-29",
|
|
6135
6183
|
"likelyAppInterfacePair": "fra",
|
|
6136
6184
|
"mmsLanguageId": "shi",
|
|
6137
6185
|
"pm": "Josh Müller",
|
|
@@ -6165,6 +6213,7 @@
|
|
|
6165
6213
|
"endonym": "تشلحيت",
|
|
6166
6214
|
"exonym": "Tachelhit (Arabic Script)",
|
|
6167
6215
|
"givingId": "EC83UZJC",
|
|
6216
|
+
"launchDate": "2023-09-26",
|
|
6168
6217
|
"likelyAppInterfacePair": "ara",
|
|
6169
6218
|
"mmsLanguageId": "shi",
|
|
6170
6219
|
"pm": "Josh Müller",
|
|
@@ -6405,6 +6454,7 @@
|
|
|
6405
6454
|
"endonym": "Soomaali",
|
|
6406
6455
|
"exonym": "Somali",
|
|
6407
6456
|
"givingId": "EVT5WUEB",
|
|
6457
|
+
"launchDate": "2025-12-15",
|
|
6408
6458
|
"mmsLanguageId": "som",
|
|
6409
6459
|
"pm": "Adam Amberg",
|
|
6410
6460
|
"script": "latin",
|
|
@@ -6481,6 +6531,7 @@
|
|
|
6481
6531
|
"exonym": "Spanish (Latin American)",
|
|
6482
6532
|
"givingId": "E2CZCQLS",
|
|
6483
6533
|
"iosVoiceOverLanguageId": "es-MX",
|
|
6534
|
+
"launchDate": "2023-10-16",
|
|
6484
6535
|
"mmsLanguageId": "spa",
|
|
6485
6536
|
"pm": "Josh Müller",
|
|
6486
6537
|
"script": "latin",
|
|
@@ -6631,6 +6682,7 @@
|
|
|
6631
6682
|
"exonym": "Swedish",
|
|
6632
6683
|
"givingId": "EK8H36D6",
|
|
6633
6684
|
"iosVoiceOverLanguageId": "sv",
|
|
6685
|
+
"launchDate": "2025-02-04",
|
|
6634
6686
|
"mmsLanguageId": "swe",
|
|
6635
6687
|
"pm": "Josh Müller",
|
|
6636
6688
|
"script": "latin",
|
|
@@ -6661,6 +6713,7 @@
|
|
|
6661
6713
|
},
|
|
6662
6714
|
"endonym": "Kiswahili",
|
|
6663
6715
|
"exonym": "Swahili",
|
|
6716
|
+
"launchDate": "2025-12-15",
|
|
6664
6717
|
"mmsLanguageId": "swh",
|
|
6665
6718
|
"pm": "Josh Müller",
|
|
6666
6719
|
"script": "latin",
|
|
@@ -6732,6 +6785,7 @@
|
|
|
6732
6785
|
"exonym": "Tamil",
|
|
6733
6786
|
"givingId": "EL4XC3Y7",
|
|
6734
6787
|
"iosVoiceOverLanguageId": "ta",
|
|
6788
|
+
"launchDate": "2026-05-28",
|
|
6735
6789
|
"mmsLanguageId": "tam",
|
|
6736
6790
|
"script": "tamil",
|
|
6737
6791
|
"status": {
|
|
@@ -6808,6 +6862,7 @@
|
|
|
6808
6862
|
"exonym": "Telugu",
|
|
6809
6863
|
"givingId": "E5ZBVWM8",
|
|
6810
6864
|
"iosVoiceOverLanguageId": "te",
|
|
6865
|
+
"launchDate": "2025-10-27",
|
|
6811
6866
|
"mmsLanguageId": "tel",
|
|
6812
6867
|
"pm": "Zach D",
|
|
6813
6868
|
"script": "telugu",
|
|
@@ -6904,6 +6959,7 @@
|
|
|
6904
6959
|
"endonym": "Wikang Tagalog",
|
|
6905
6960
|
"exonym": "Tagalog",
|
|
6906
6961
|
"givingId": "ERHR7GH4",
|
|
6962
|
+
"launchDate": "2024-12-03",
|
|
6907
6963
|
"mmsLanguageId": "tgl",
|
|
6908
6964
|
"pm": "Zach D",
|
|
6909
6965
|
"script": "latin",
|
|
@@ -6931,6 +6987,7 @@
|
|
|
6931
6987
|
"exonym": "Thai",
|
|
6932
6988
|
"givingId": "ETQ5UYFU",
|
|
6933
6989
|
"iosVoiceOverLanguageId": "th",
|
|
6990
|
+
"launchDate": "2024-12-16",
|
|
6934
6991
|
"mmsLanguageId": "tha",
|
|
6935
6992
|
"pm": "Zach D",
|
|
6936
6993
|
"script": "thai",
|
|
@@ -7123,6 +7180,7 @@
|
|
|
7123
7180
|
"exonym": "Turkish",
|
|
7124
7181
|
"givingId": "E2U4PUBJ",
|
|
7125
7182
|
"iosVoiceOverLanguageId": "tr",
|
|
7183
|
+
"launchDate": "2022-06-04",
|
|
7126
7184
|
"mmsLanguageId": "tur",
|
|
7127
7185
|
"pm": "Josh Müller",
|
|
7128
7186
|
"script": "latin",
|
|
@@ -7202,6 +7260,7 @@
|
|
|
7202
7260
|
"endonym": "Tamazight",
|
|
7203
7261
|
"exonym": "Tamazight",
|
|
7204
7262
|
"givingId": "EBDCA8QP",
|
|
7263
|
+
"launchDate": "2024-04-18",
|
|
7205
7264
|
"likelyAppInterfacePair": "ara",
|
|
7206
7265
|
"mmsLanguageId": "ara",
|
|
7207
7266
|
"pm": "Josh Müller",
|
|
@@ -7257,6 +7316,7 @@
|
|
|
7257
7316
|
"exonym": "Uyghur",
|
|
7258
7317
|
"givingId": "EP9M35UW",
|
|
7259
7318
|
"hideDonateButton": true,
|
|
7319
|
+
"launchDate": "2026-05-05",
|
|
7260
7320
|
"mmsLanguageId": "uig-script_arabic",
|
|
7261
7321
|
"pm": "Zach D",
|
|
7262
7322
|
"script": "uyghur",
|
|
@@ -7288,6 +7348,7 @@
|
|
|
7288
7348
|
"exonym": "Ukrainian",
|
|
7289
7349
|
"givingId": "EXA84DQX",
|
|
7290
7350
|
"iosVoiceOverLanguageId": "uk",
|
|
7351
|
+
"launchDate": "2022-09-29",
|
|
7291
7352
|
"mmsLanguageId": "ukr",
|
|
7292
7353
|
"pm": "Josh Müller",
|
|
7293
7354
|
"script": "cyrillic",
|
|
@@ -7342,6 +7403,7 @@
|
|
|
7342
7403
|
"endonym": "اردو",
|
|
7343
7404
|
"exonym": "Urdu",
|
|
7344
7405
|
"givingId": "E6V3E2NB",
|
|
7406
|
+
"launchDate": "2023-05-02",
|
|
7345
7407
|
"likelyAppInterfacePair": "urd",
|
|
7346
7408
|
"mmsLanguageId": "urd-script_arabic",
|
|
7347
7409
|
"pm": "Zach D",
|
|
@@ -7773,6 +7835,7 @@
|
|
|
7773
7835
|
"exonym": "Malay",
|
|
7774
7836
|
"givingId": "EKXJ4PJP",
|
|
7775
7837
|
"iosVoiceOverLanguageId": "ms",
|
|
7838
|
+
"launchDate": "2023-12-22",
|
|
7776
7839
|
"mmsLanguageId": "zlm",
|
|
7777
7840
|
"pm": "Zach D",
|
|
7778
7841
|
"script": "latin",
|
|
@@ -225,6 +225,12 @@
|
|
|
225
225
|
"type": "boolean",
|
|
226
226
|
"description": "Whether or not to hide the donate button in the app when this language is selected as the meet language."
|
|
227
227
|
},
|
|
228
|
+
"launchDate": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"format": "date",
|
|
231
|
+
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$",
|
|
232
|
+
"description": "The date this language launched in Waha, as an ISO date (YYYY-MM-DD)."
|
|
233
|
+
},
|
|
228
234
|
"likelyAppInterfacePair": {
|
|
229
235
|
"type": "string",
|
|
230
236
|
"minLength": 3,
|
|
@@ -201,6 +201,7 @@ export declare const Languages: z.ZodArray<z.ZodObject<{
|
|
|
201
201
|
endonym: z.ZodOptional<z.ZodString>;
|
|
202
202
|
givingId: z.ZodOptional<z.ZodString>;
|
|
203
203
|
hideDonateButton: z.ZodOptional<z.ZodBoolean>;
|
|
204
|
+
launchDate: z.ZodOptional<z.ZodISODate>;
|
|
204
205
|
likelyAppInterfacePair: z.ZodOptional<z.ZodString>;
|
|
205
206
|
expectMissing: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
206
207
|
Foundations: "Foundations";
|
|
@@ -180,6 +180,10 @@ exports.Languages = zod_1.z.array(zod_1.z
|
|
|
180
180
|
.boolean()
|
|
181
181
|
.describe('Whether or not to hide the donate button in the app when this language is selected as the meet language.')
|
|
182
182
|
.optional(),
|
|
183
|
+
launchDate: zod_1.z.iso
|
|
184
|
+
.date()
|
|
185
|
+
.describe('The date this language launched in Waha, as an ISO date (YYYY-MM-DD).')
|
|
186
|
+
.optional(),
|
|
183
187
|
likelyAppInterfacePair: exports.LanguageId.describe('The language id of the language that is most likely to be used as the app interface language for this language.').optional(),
|
|
184
188
|
expectMissing: zod_1.z.array(exports.SetCategory).optional(),
|
|
185
189
|
mmsLanguageId: zod_1.z
|