waha-shared 1.0.307 → 1.0.309
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/bibleStatuses/bibleStatuses.json +31 -310
- package/dist/data/bibleTexts/bibleTexts.json +6 -4
- package/dist/data/curriculumOnboarding/curriculumOnboarding.json +34 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.schema.json +38 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.d.ts +11 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.js +18 -0
- package/dist/data/curriculumOnboarding/index.d.ts +9 -0
- package/dist/data/curriculumOnboarding/index.js +7 -0
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +415 -415
- package/dist/data/dblTextLicenses/dblTextLicenses.json +1248 -1158
- package/dist/data/languages/index.d.ts +2 -0
- package/dist/data/languages/languages.json +313 -3
- package/dist/data/languages/languages.schema.json +9 -1
- package/dist/data/languages/languages.zod.d.ts +3 -0
- package/dist/data/languages/languages.zod.js +7 -0
- package/dist/data/mediaDurations/mediaDurations.json +107 -110
- package/dist/data/releaseNotes/releaseNotes.json +47 -3
- package/dist/data/translationsApp/index.d.ts +1 -1
- package/dist/data/translationsApp/translationsApp.schema.json +2 -1
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -2
- package/dist/data/translationsApp/translationsApp.zod.js +1 -1
- package/dist/data/translationsSet/translationsSet.json +192 -192
- package/dist/functions/bibles.d.ts +11 -8
- package/dist/functions/bibles.js +34 -11
- package/dist/functions/languages.js +7 -0
- package/dist/functions/scripturePassages.d.ts +26 -5
- package/dist/functions/scripturePassages.js +92 -41
- package/dist/functions/sets.js +3 -1
- package/dist/types/languages.d.ts +9 -0
- package/dist/types/scripturePassages.d.ts +0 -1
- package/dist/types/scripturePassages.js +0 -1
- package/dist/types/sets.d.ts +7 -0
- package/package.json +1 -1
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"crowdinId": "ar-YE",
|
|
11
11
|
"curriculum": {
|
|
12
12
|
"foundations": "eng",
|
|
13
|
+
"onboarding": "eng",
|
|
13
14
|
"questions": "eng",
|
|
14
15
|
"topics": "eng"
|
|
15
16
|
},
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
"crowdinId": "aa",
|
|
34
35
|
"curriculum": {
|
|
35
36
|
"foundations": "eng",
|
|
37
|
+
"onboarding": "eng",
|
|
36
38
|
"questions": "eng",
|
|
37
39
|
"topics": "eng"
|
|
38
40
|
},
|
|
@@ -59,6 +61,7 @@
|
|
|
59
61
|
"crowdinId": "ach",
|
|
60
62
|
"curriculum": {
|
|
61
63
|
"foundations": "eng",
|
|
64
|
+
"onboarding": "eng",
|
|
62
65
|
"questions": "eng",
|
|
63
66
|
"topics": "eng"
|
|
64
67
|
},
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"crowdinId": "acw",
|
|
89
92
|
"curriculum": {
|
|
90
93
|
"foundations": "eng",
|
|
94
|
+
"onboarding": "eng",
|
|
91
95
|
"questions": "eng",
|
|
92
96
|
"topics": null
|
|
93
97
|
},
|
|
@@ -122,6 +126,7 @@
|
|
|
122
126
|
"crowdinId": "tua",
|
|
123
127
|
"curriculum": {
|
|
124
128
|
"foundations": "eng",
|
|
129
|
+
"onboarding": "eng",
|
|
125
130
|
"questions": "eng",
|
|
126
131
|
"topics": "eng"
|
|
127
132
|
},
|
|
@@ -159,6 +164,7 @@
|
|
|
159
164
|
"crowdinId": "ar-SA",
|
|
160
165
|
"curriculum": {
|
|
161
166
|
"foundations": "afb",
|
|
167
|
+
"onboarding": "eng",
|
|
162
168
|
"questions": "afb",
|
|
163
169
|
"topics": "eng"
|
|
164
170
|
},
|
|
@@ -195,6 +201,7 @@
|
|
|
195
201
|
"crowdinId": "af",
|
|
196
202
|
"curriculum": {
|
|
197
203
|
"foundations": "eng",
|
|
204
|
+
"onboarding": "eng",
|
|
198
205
|
"questions": "eng",
|
|
199
206
|
"topics": "eng"
|
|
200
207
|
},
|
|
@@ -230,6 +237,7 @@
|
|
|
230
237
|
"crowdinId": "ahv",
|
|
231
238
|
"curriculum": {
|
|
232
239
|
"foundations": "eng",
|
|
240
|
+
"onboarding": "eng",
|
|
233
241
|
"questions": "eng",
|
|
234
242
|
"topics": "eng"
|
|
235
243
|
},
|
|
@@ -263,6 +271,7 @@
|
|
|
263
271
|
"crowdinId": "syrarab",
|
|
264
272
|
"curriculum": {
|
|
265
273
|
"foundations": "ais",
|
|
274
|
+
"onboarding": "eng",
|
|
266
275
|
"questions": "eng",
|
|
267
276
|
"topics": "eng"
|
|
268
277
|
},
|
|
@@ -299,6 +308,7 @@
|
|
|
299
308
|
"crowdinId": "ak",
|
|
300
309
|
"curriculum": {
|
|
301
310
|
"foundations": "eng",
|
|
311
|
+
"onboarding": "eng",
|
|
302
312
|
"questions": "eng",
|
|
303
313
|
"topics": "eng"
|
|
304
314
|
},
|
|
@@ -323,6 +333,7 @@
|
|
|
323
333
|
"crowdinId": "am",
|
|
324
334
|
"curriculum": {
|
|
325
335
|
"foundations": "eng",
|
|
336
|
+
"onboarding": "eng",
|
|
326
337
|
"questions": "eng",
|
|
327
338
|
"topics": "eng"
|
|
328
339
|
},
|
|
@@ -359,6 +370,7 @@
|
|
|
359
370
|
"crowdinId": "palarab",
|
|
360
371
|
"curriculum": {
|
|
361
372
|
"foundations": "eng",
|
|
373
|
+
"onboarding": "eng",
|
|
362
374
|
"questions": "eng",
|
|
363
375
|
"topics": "eng"
|
|
364
376
|
},
|
|
@@ -396,6 +408,7 @@
|
|
|
396
408
|
"crowdinId": "lebarab",
|
|
397
409
|
"curriculum": {
|
|
398
410
|
"foundations": "eng",
|
|
411
|
+
"onboarding": "eng",
|
|
399
412
|
"questions": "eng",
|
|
400
413
|
"topics": "eng"
|
|
401
414
|
},
|
|
@@ -429,6 +442,7 @@
|
|
|
429
442
|
"crowdinId": "apd",
|
|
430
443
|
"curriculum": {
|
|
431
444
|
"foundations": "eng",
|
|
445
|
+
"onboarding": "eng",
|
|
432
446
|
"questions": "eng",
|
|
433
447
|
"topics": "eng"
|
|
434
448
|
},
|
|
@@ -460,6 +474,7 @@
|
|
|
460
474
|
"crowdinId": "ar",
|
|
461
475
|
"curriculum": {
|
|
462
476
|
"foundations": "eng",
|
|
477
|
+
"onboarding": "eng",
|
|
463
478
|
"questions": "eng",
|
|
464
479
|
"topics": "eng"
|
|
465
480
|
},
|
|
@@ -491,6 +506,7 @@
|
|
|
491
506
|
"crowdinId": "ar-BH",
|
|
492
507
|
"curriculum": {
|
|
493
508
|
"foundations": "eng",
|
|
509
|
+
"onboarding": "eng",
|
|
494
510
|
"questions": "eng",
|
|
495
511
|
"topics": "eng"
|
|
496
512
|
},
|
|
@@ -521,6 +537,7 @@
|
|
|
521
537
|
"crowdinId": "arf",
|
|
522
538
|
"curriculum": {
|
|
523
539
|
"foundations": "eng",
|
|
540
|
+
"onboarding": "eng",
|
|
524
541
|
"questions": "eng",
|
|
525
542
|
"topics": "eng"
|
|
526
543
|
},
|
|
@@ -546,6 +563,7 @@
|
|
|
546
563
|
"crowdinId": "an",
|
|
547
564
|
"curriculum": {
|
|
548
565
|
"foundations": "eng",
|
|
566
|
+
"onboarding": "eng",
|
|
549
567
|
"questions": "eng",
|
|
550
568
|
"topics": "eng"
|
|
551
569
|
},
|
|
@@ -569,6 +587,7 @@
|
|
|
569
587
|
"crowdinId": "arn",
|
|
570
588
|
"curriculum": {
|
|
571
589
|
"foundations": "eng",
|
|
590
|
+
"onboarding": "eng",
|
|
572
591
|
"questions": "eng",
|
|
573
592
|
"topics": "eng"
|
|
574
593
|
},
|
|
@@ -596,6 +615,7 @@
|
|
|
596
615
|
},
|
|
597
616
|
"curriculum": {
|
|
598
617
|
"foundations": "eng",
|
|
618
|
+
"onboarding": "eng",
|
|
599
619
|
"questions": "eng",
|
|
600
620
|
"topics": "eng"
|
|
601
621
|
},
|
|
@@ -633,6 +653,7 @@
|
|
|
633
653
|
"crowdinId": "ma",
|
|
634
654
|
"curriculum": {
|
|
635
655
|
"foundations": "eng",
|
|
656
|
+
"onboarding": "eng",
|
|
636
657
|
"questions": "eng",
|
|
637
658
|
"topics": "eng"
|
|
638
659
|
},
|
|
@@ -683,6 +704,7 @@
|
|
|
683
704
|
"crowdinId": "ar-EG",
|
|
684
705
|
"curriculum": {
|
|
685
706
|
"foundations": "arz",
|
|
707
|
+
"onboarding": "eng",
|
|
686
708
|
"questions": "eng",
|
|
687
709
|
"topics": "eng"
|
|
688
710
|
},
|
|
@@ -719,11 +741,13 @@
|
|
|
719
741
|
"bcpLanguageId": "ase",
|
|
720
742
|
"bible": "ASLV",
|
|
721
743
|
"bridgeLanguages": {
|
|
744
|
+
"onboardingPassages": "eng",
|
|
722
745
|
"titles": "eng"
|
|
723
746
|
},
|
|
724
747
|
"crowdinId": "ase",
|
|
725
748
|
"curriculum": {
|
|
726
749
|
"foundations": "ase",
|
|
750
|
+
"onboarding": "eng",
|
|
727
751
|
"questions": "eng",
|
|
728
752
|
"topics": "ase"
|
|
729
753
|
},
|
|
@@ -753,6 +777,7 @@
|
|
|
753
777
|
"crowdinId": "as",
|
|
754
778
|
"curriculum": {
|
|
755
779
|
"foundations": "eng",
|
|
780
|
+
"onboarding": "eng",
|
|
756
781
|
"questions": "eng",
|
|
757
782
|
"topics": "eng"
|
|
758
783
|
},
|
|
@@ -776,6 +801,7 @@
|
|
|
776
801
|
"crowdinId": "ast",
|
|
777
802
|
"curriculum": {
|
|
778
803
|
"foundations": "eng",
|
|
804
|
+
"onboarding": "eng",
|
|
779
805
|
"questions": "eng",
|
|
780
806
|
"topics": "eng"
|
|
781
807
|
},
|
|
@@ -799,6 +825,7 @@
|
|
|
799
825
|
"crowdinId": "av",
|
|
800
826
|
"curriculum": {
|
|
801
827
|
"foundations": "eng",
|
|
828
|
+
"onboarding": "eng",
|
|
802
829
|
"questions": "eng",
|
|
803
830
|
"topics": "eng"
|
|
804
831
|
},
|
|
@@ -822,6 +849,7 @@
|
|
|
822
849
|
"crowdinId": "ae",
|
|
823
850
|
"curriculum": {
|
|
824
851
|
"foundations": "eng",
|
|
852
|
+
"onboarding": "eng",
|
|
825
853
|
"questions": "eng",
|
|
826
854
|
"topics": "eng"
|
|
827
855
|
},
|
|
@@ -853,6 +881,7 @@
|
|
|
853
881
|
"crowdinId": "la",
|
|
854
882
|
"curriculum": {
|
|
855
883
|
"foundations": "eng",
|
|
884
|
+
"onboarding": "eng",
|
|
856
885
|
"questions": "eng",
|
|
857
886
|
"topics": "eng"
|
|
858
887
|
},
|
|
@@ -881,6 +910,7 @@
|
|
|
881
910
|
"crowdinId": "ay",
|
|
882
911
|
"curriculum": {
|
|
883
912
|
"foundations": "eng",
|
|
913
|
+
"onboarding": "eng",
|
|
884
914
|
"questions": "eng",
|
|
885
915
|
"topics": "eng"
|
|
886
916
|
},
|
|
@@ -906,6 +936,7 @@
|
|
|
906
936
|
"crowdinId": "az",
|
|
907
937
|
"curriculum": {
|
|
908
938
|
"foundations": "eng",
|
|
939
|
+
"onboarding": "eng",
|
|
909
940
|
"questions": "eng",
|
|
910
941
|
"topics": "eng"
|
|
911
942
|
},
|
|
@@ -932,6 +963,7 @@
|
|
|
932
963
|
"crowdinId": "ba",
|
|
933
964
|
"curriculum": {
|
|
934
965
|
"foundations": "eng",
|
|
966
|
+
"onboarding": "eng",
|
|
935
967
|
"questions": "eng",
|
|
936
968
|
"topics": "eng"
|
|
937
969
|
},
|
|
@@ -955,6 +987,7 @@
|
|
|
955
987
|
"crowdinId": "bal",
|
|
956
988
|
"curriculum": {
|
|
957
989
|
"foundations": "eng",
|
|
990
|
+
"onboarding": "eng",
|
|
958
991
|
"questions": "eng",
|
|
959
992
|
"topics": "eng"
|
|
960
993
|
},
|
|
@@ -977,6 +1010,7 @@
|
|
|
977
1010
|
"crowdinId": "bm",
|
|
978
1011
|
"curriculum": {
|
|
979
1012
|
"foundations": "eng",
|
|
1013
|
+
"onboarding": "eng",
|
|
980
1014
|
"questions": "eng",
|
|
981
1015
|
"topics": "eng"
|
|
982
1016
|
},
|
|
@@ -1000,6 +1034,7 @@
|
|
|
1000
1034
|
"crowdinId": "ban",
|
|
1001
1035
|
"curriculum": {
|
|
1002
1036
|
"foundations": "eng",
|
|
1037
|
+
"onboarding": "eng",
|
|
1003
1038
|
"questions": "eng",
|
|
1004
1039
|
"topics": "eng"
|
|
1005
1040
|
},
|
|
@@ -1023,6 +1058,7 @@
|
|
|
1023
1058
|
"crowdinId": "bdv",
|
|
1024
1059
|
"curriculum": {
|
|
1025
1060
|
"foundations": "eng",
|
|
1061
|
+
"onboarding": "eng",
|
|
1026
1062
|
"questions": "eng",
|
|
1027
1063
|
"topics": "eng"
|
|
1028
1064
|
},
|
|
@@ -1046,6 +1082,7 @@
|
|
|
1046
1082
|
"crowdinId": "be",
|
|
1047
1083
|
"curriculum": {
|
|
1048
1084
|
"foundations": "eng",
|
|
1085
|
+
"onboarding": "eng",
|
|
1049
1086
|
"questions": "eng",
|
|
1050
1087
|
"topics": "eng"
|
|
1051
1088
|
},
|
|
@@ -1071,6 +1108,7 @@
|
|
|
1071
1108
|
"crowdinId": "bn",
|
|
1072
1109
|
"curriculum": {
|
|
1073
1110
|
"foundations": "eng",
|
|
1111
|
+
"onboarding": "eng",
|
|
1074
1112
|
"questions": "eng",
|
|
1075
1113
|
"topics": "eng"
|
|
1076
1114
|
},
|
|
@@ -1100,6 +1138,7 @@
|
|
|
1100
1138
|
"crowdinId": "bfo",
|
|
1101
1139
|
"curriculum": {
|
|
1102
1140
|
"foundations": "eng",
|
|
1141
|
+
"onboarding": "eng",
|
|
1103
1142
|
"questions": "eng",
|
|
1104
1143
|
"topics": "eng"
|
|
1105
1144
|
},
|
|
@@ -1123,6 +1162,7 @@
|
|
|
1123
1162
|
"crowdinId": "bfz",
|
|
1124
1163
|
"curriculum": {
|
|
1125
1164
|
"foundations": "eng",
|
|
1165
|
+
"onboarding": "eng",
|
|
1126
1166
|
"questions": "eng",
|
|
1127
1167
|
"topics": "eng"
|
|
1128
1168
|
},
|
|
@@ -1146,6 +1186,7 @@
|
|
|
1146
1186
|
"crowdinId": "bhd",
|
|
1147
1187
|
"curriculum": {
|
|
1148
1188
|
"foundations": "eng",
|
|
1189
|
+
"onboarding": "eng",
|
|
1149
1190
|
"questions": "eng",
|
|
1150
1191
|
"topics": "eng"
|
|
1151
1192
|
},
|
|
@@ -1169,6 +1210,7 @@
|
|
|
1169
1210
|
"bcpLanguageId": "bho",
|
|
1170
1211
|
"curriculum": {
|
|
1171
1212
|
"foundations": "eng",
|
|
1213
|
+
"onboarding": "eng",
|
|
1172
1214
|
"questions": "eng",
|
|
1173
1215
|
"topics": "eng"
|
|
1174
1216
|
},
|
|
@@ -1197,6 +1239,7 @@
|
|
|
1197
1239
|
"crowdinId": "bht",
|
|
1198
1240
|
"curriculum": {
|
|
1199
1241
|
"foundations": "eng",
|
|
1242
|
+
"onboarding": "eng",
|
|
1200
1243
|
"questions": "eng",
|
|
1201
1244
|
"topics": "eng"
|
|
1202
1245
|
},
|
|
@@ -1220,6 +1263,7 @@
|
|
|
1220
1263
|
"crowdinId": "bh",
|
|
1221
1264
|
"curriculum": {
|
|
1222
1265
|
"foundations": "eng",
|
|
1266
|
+
"onboarding": "eng",
|
|
1223
1267
|
"questions": "eng",
|
|
1224
1268
|
"topics": "eng"
|
|
1225
1269
|
},
|
|
@@ -1242,6 +1286,7 @@
|
|
|
1242
1286
|
"crowdinId": "bi",
|
|
1243
1287
|
"curriculum": {
|
|
1244
1288
|
"foundations": "eng",
|
|
1289
|
+
"onboarding": "eng",
|
|
1245
1290
|
"questions": "eng",
|
|
1246
1291
|
"topics": "eng"
|
|
1247
1292
|
},
|
|
@@ -1267,6 +1312,7 @@
|
|
|
1267
1312
|
"crowdinId": "bn-IN",
|
|
1268
1313
|
"curriculum": {
|
|
1269
1314
|
"foundations": "eng",
|
|
1315
|
+
"onboarding": "eng",
|
|
1270
1316
|
"questions": "eng",
|
|
1271
1317
|
"topics": "eng"
|
|
1272
1318
|
},
|
|
@@ -1296,6 +1342,7 @@
|
|
|
1296
1342
|
"crowdinId": "bs",
|
|
1297
1343
|
"curriculum": {
|
|
1298
1344
|
"foundations": "eng",
|
|
1345
|
+
"onboarding": "eng",
|
|
1299
1346
|
"questions": "eng",
|
|
1300
1347
|
"topics": "eng"
|
|
1301
1348
|
},
|
|
@@ -1322,6 +1369,7 @@
|
|
|
1322
1369
|
"crowdinId": "br-FR",
|
|
1323
1370
|
"curriculum": {
|
|
1324
1371
|
"foundations": "eng",
|
|
1372
|
+
"onboarding": "eng",
|
|
1325
1373
|
"questions": "eng",
|
|
1326
1374
|
"topics": "eng"
|
|
1327
1375
|
},
|
|
@@ -1346,6 +1394,7 @@
|
|
|
1346
1394
|
"crowdinId": "bg",
|
|
1347
1395
|
"curriculum": {
|
|
1348
1396
|
"foundations": "eng",
|
|
1397
|
+
"onboarding": "eng",
|
|
1349
1398
|
"questions": "eng",
|
|
1350
1399
|
"topics": "eng"
|
|
1351
1400
|
},
|
|
@@ -1370,6 +1419,7 @@
|
|
|
1370
1419
|
"crowdinId": "ca",
|
|
1371
1420
|
"curriculum": {
|
|
1372
1421
|
"foundations": "eng",
|
|
1422
|
+
"onboarding": "eng",
|
|
1373
1423
|
"questions": "eng",
|
|
1374
1424
|
"topics": "eng"
|
|
1375
1425
|
},
|
|
@@ -1396,6 +1446,7 @@
|
|
|
1396
1446
|
"crowdinId": "ceb",
|
|
1397
1447
|
"curriculum": {
|
|
1398
1448
|
"foundations": "eng",
|
|
1449
|
+
"onboarding": "eng",
|
|
1399
1450
|
"questions": "eng",
|
|
1400
1451
|
"topics": "eng"
|
|
1401
1452
|
},
|
|
@@ -1424,6 +1475,7 @@
|
|
|
1424
1475
|
"crowdinId": "cs",
|
|
1425
1476
|
"curriculum": {
|
|
1426
1477
|
"foundations": "eng",
|
|
1478
|
+
"onboarding": "eng",
|
|
1427
1479
|
"questions": "eng",
|
|
1428
1480
|
"topics": "eng"
|
|
1429
1481
|
},
|
|
@@ -1453,6 +1505,7 @@
|
|
|
1453
1505
|
"crowdinId": "ch",
|
|
1454
1506
|
"curriculum": {
|
|
1455
1507
|
"foundations": "eng",
|
|
1508
|
+
"onboarding": "eng",
|
|
1456
1509
|
"questions": "eng",
|
|
1457
1510
|
"topics": "eng"
|
|
1458
1511
|
},
|
|
@@ -1475,6 +1528,7 @@
|
|
|
1475
1528
|
"crowdinId": "ce",
|
|
1476
1529
|
"curriculum": {
|
|
1477
1530
|
"foundations": "eng",
|
|
1531
|
+
"onboarding": "eng",
|
|
1478
1532
|
"questions": "eng",
|
|
1479
1533
|
"topics": "eng"
|
|
1480
1534
|
},
|
|
@@ -1498,6 +1552,7 @@
|
|
|
1498
1552
|
"crowdinId": "chr",
|
|
1499
1553
|
"curriculum": {
|
|
1500
1554
|
"foundations": "eng",
|
|
1555
|
+
"onboarding": "eng",
|
|
1501
1556
|
"questions": "eng",
|
|
1502
1557
|
"topics": "eng"
|
|
1503
1558
|
},
|
|
@@ -1521,6 +1576,7 @@
|
|
|
1521
1576
|
"crowdinId": "cv",
|
|
1522
1577
|
"curriculum": {
|
|
1523
1578
|
"foundations": "eng",
|
|
1579
|
+
"onboarding": "eng",
|
|
1524
1580
|
"questions": "eng",
|
|
1525
1581
|
"topics": "eng"
|
|
1526
1582
|
},
|
|
@@ -1544,6 +1600,7 @@
|
|
|
1544
1600
|
"bcpLanguageId": "zh-CN",
|
|
1545
1601
|
"curriculum": {
|
|
1546
1602
|
"foundations": "eng",
|
|
1603
|
+
"onboarding": "eng",
|
|
1547
1604
|
"questions": "eng",
|
|
1548
1605
|
"topics": "eng"
|
|
1549
1606
|
},
|
|
@@ -1572,6 +1629,7 @@
|
|
|
1572
1629
|
"crowdinId": "ckb",
|
|
1573
1630
|
"curriculum": {
|
|
1574
1631
|
"foundations": "eng",
|
|
1632
|
+
"onboarding": "eng",
|
|
1575
1633
|
"questions": "eng",
|
|
1576
1634
|
"topics": "eng"
|
|
1577
1635
|
},
|
|
@@ -1600,6 +1658,7 @@
|
|
|
1600
1658
|
"crowdinId": "cmn",
|
|
1601
1659
|
"curriculum": {
|
|
1602
1660
|
"foundations": "eng",
|
|
1661
|
+
"onboarding": "eng",
|
|
1603
1662
|
"questions": "eng",
|
|
1604
1663
|
"topics": "eng"
|
|
1605
1664
|
},
|
|
@@ -1630,6 +1689,7 @@
|
|
|
1630
1689
|
"crowdinId": "kw",
|
|
1631
1690
|
"curriculum": {
|
|
1632
1691
|
"foundations": "eng",
|
|
1692
|
+
"onboarding": "eng",
|
|
1633
1693
|
"questions": "eng",
|
|
1634
1694
|
"topics": "eng"
|
|
1635
1695
|
},
|
|
@@ -1652,6 +1712,7 @@
|
|
|
1652
1712
|
"crowdinId": "co",
|
|
1653
1713
|
"curriculum": {
|
|
1654
1714
|
"foundations": "eng",
|
|
1715
|
+
"onboarding": "eng",
|
|
1655
1716
|
"questions": "eng",
|
|
1656
1717
|
"topics": "eng"
|
|
1657
1718
|
},
|
|
@@ -1675,6 +1736,7 @@
|
|
|
1675
1736
|
"crowdinId": "cr",
|
|
1676
1737
|
"curriculum": {
|
|
1677
1738
|
"foundations": "eng",
|
|
1739
|
+
"onboarding": "eng",
|
|
1678
1740
|
"questions": "eng",
|
|
1679
1741
|
"topics": "eng"
|
|
1680
1742
|
},
|
|
@@ -1698,6 +1760,7 @@
|
|
|
1698
1760
|
"crowdinId": "crs",
|
|
1699
1761
|
"curriculum": {
|
|
1700
1762
|
"foundations": "eng",
|
|
1763
|
+
"onboarding": "eng",
|
|
1701
1764
|
"questions": "eng",
|
|
1702
1765
|
"topics": "eng"
|
|
1703
1766
|
},
|
|
@@ -1721,6 +1784,7 @@
|
|
|
1721
1784
|
"crowdinId": "csb",
|
|
1722
1785
|
"curriculum": {
|
|
1723
1786
|
"foundations": "eng",
|
|
1787
|
+
"onboarding": "eng",
|
|
1724
1788
|
"questions": "eng",
|
|
1725
1789
|
"topics": "eng"
|
|
1726
1790
|
},
|
|
@@ -1743,6 +1807,7 @@
|
|
|
1743
1807
|
"crowdinId": "cwe",
|
|
1744
1808
|
"curriculum": {
|
|
1745
1809
|
"foundations": "eng",
|
|
1810
|
+
"onboarding": "eng",
|
|
1746
1811
|
"questions": "eng",
|
|
1747
1812
|
"topics": "eng"
|
|
1748
1813
|
},
|
|
@@ -1766,6 +1831,7 @@
|
|
|
1766
1831
|
"crowdinId": "cy",
|
|
1767
1832
|
"curriculum": {
|
|
1768
1833
|
"foundations": "eng",
|
|
1834
|
+
"onboarding": "eng",
|
|
1769
1835
|
"questions": "eng",
|
|
1770
1836
|
"topics": "eng"
|
|
1771
1837
|
},
|
|
@@ -1790,6 +1856,7 @@
|
|
|
1790
1856
|
"crowdinId": "da",
|
|
1791
1857
|
"curriculum": {
|
|
1792
1858
|
"foundations": "eng",
|
|
1859
|
+
"onboarding": "eng",
|
|
1793
1860
|
"questions": "eng",
|
|
1794
1861
|
"topics": "eng"
|
|
1795
1862
|
},
|
|
@@ -1820,6 +1887,7 @@
|
|
|
1820
1887
|
"crowdinId": "de",
|
|
1821
1888
|
"curriculum": {
|
|
1822
1889
|
"foundations": "eng",
|
|
1890
|
+
"onboarding": "eng",
|
|
1823
1891
|
"questions": "eng",
|
|
1824
1892
|
"topics": "eng"
|
|
1825
1893
|
},
|
|
@@ -1850,6 +1918,7 @@
|
|
|
1850
1918
|
"crowdinId": "dv",
|
|
1851
1919
|
"curriculum": {
|
|
1852
1920
|
"foundations": "eng",
|
|
1921
|
+
"onboarding": "eng",
|
|
1853
1922
|
"questions": "eng",
|
|
1854
1923
|
"topics": "eng"
|
|
1855
1924
|
},
|
|
@@ -1873,6 +1942,7 @@
|
|
|
1873
1942
|
"crowdinId": "dsb-DE",
|
|
1874
1943
|
"curriculum": {
|
|
1875
1944
|
"foundations": "eng",
|
|
1945
|
+
"onboarding": "eng",
|
|
1876
1946
|
"questions": "eng",
|
|
1877
1947
|
"topics": "eng"
|
|
1878
1948
|
},
|
|
@@ -1895,6 +1965,7 @@
|
|
|
1895
1965
|
"crowdinId": "dso",
|
|
1896
1966
|
"curriculum": {
|
|
1897
1967
|
"foundations": "eng",
|
|
1968
|
+
"onboarding": "eng",
|
|
1898
1969
|
"questions": "eng",
|
|
1899
1970
|
"topics": "eng"
|
|
1900
1971
|
},
|
|
@@ -1918,6 +1989,7 @@
|
|
|
1918
1989
|
"crowdinId": "dwr",
|
|
1919
1990
|
"curriculum": {
|
|
1920
1991
|
"foundations": "eng",
|
|
1992
|
+
"onboarding": "eng",
|
|
1921
1993
|
"questions": "eng",
|
|
1922
1994
|
"topics": "eng"
|
|
1923
1995
|
},
|
|
@@ -1941,6 +2013,7 @@
|
|
|
1941
2013
|
"crowdinId": "dz",
|
|
1942
2014
|
"curriculum": {
|
|
1943
2015
|
"foundations": "eng",
|
|
2016
|
+
"onboarding": "eng",
|
|
1944
2017
|
"questions": "eng",
|
|
1945
2018
|
"topics": "eng"
|
|
1946
2019
|
},
|
|
@@ -1965,6 +2038,7 @@
|
|
|
1965
2038
|
"crowdinId": "el",
|
|
1966
2039
|
"curriculum": {
|
|
1967
2040
|
"foundations": "eng",
|
|
2041
|
+
"onboarding": "eng",
|
|
1968
2042
|
"questions": "eng",
|
|
1969
2043
|
"topics": "eng"
|
|
1970
2044
|
},
|
|
@@ -1991,6 +2065,7 @@
|
|
|
1991
2065
|
"crowdinId": "en",
|
|
1992
2066
|
"curriculum": {
|
|
1993
2067
|
"foundations": "eng",
|
|
2068
|
+
"onboarding": "eng",
|
|
1994
2069
|
"questions": "eng",
|
|
1995
2070
|
"topics": "eng"
|
|
1996
2071
|
},
|
|
@@ -2026,6 +2101,7 @@
|
|
|
2026
2101
|
"crowdinId": "eo",
|
|
2027
2102
|
"curriculum": {
|
|
2028
2103
|
"foundations": "eng",
|
|
2104
|
+
"onboarding": "eng",
|
|
2029
2105
|
"questions": "eng",
|
|
2030
2106
|
"topics": "eng"
|
|
2031
2107
|
},
|
|
@@ -2050,6 +2126,7 @@
|
|
|
2050
2126
|
"crowdinId": "pt-PT",
|
|
2051
2127
|
"curriculum": {
|
|
2052
2128
|
"foundations": "eng",
|
|
2129
|
+
"onboarding": "eng",
|
|
2053
2130
|
"questions": "eng",
|
|
2054
2131
|
"topics": "eng"
|
|
2055
2132
|
},
|
|
@@ -2078,6 +2155,7 @@
|
|
|
2078
2155
|
"crowdinId": "esl",
|
|
2079
2156
|
"curriculum": {
|
|
2080
2157
|
"foundations": "esl",
|
|
2158
|
+
"onboarding": "eng",
|
|
2081
2159
|
"questions": "eng",
|
|
2082
2160
|
"topics": "esl"
|
|
2083
2161
|
},
|
|
@@ -2107,6 +2185,7 @@
|
|
|
2107
2185
|
"crowdinId": "esp",
|
|
2108
2186
|
"curriculum": {
|
|
2109
2187
|
"foundations": "eng",
|
|
2188
|
+
"onboarding": "eng",
|
|
2110
2189
|
"questions": "eng",
|
|
2111
2190
|
"topics": "eng"
|
|
2112
2191
|
},
|
|
@@ -2137,6 +2216,7 @@
|
|
|
2137
2216
|
"crowdinId": "et",
|
|
2138
2217
|
"curriculum": {
|
|
2139
2218
|
"foundations": "eng",
|
|
2219
|
+
"onboarding": "eng",
|
|
2140
2220
|
"questions": "eng",
|
|
2141
2221
|
"topics": "eng"
|
|
2142
2222
|
},
|
|
@@ -2161,6 +2241,7 @@
|
|
|
2161
2241
|
"crowdinId": "eu",
|
|
2162
2242
|
"curriculum": {
|
|
2163
2243
|
"foundations": "eng",
|
|
2244
|
+
"onboarding": "eng",
|
|
2164
2245
|
"questions": "eng",
|
|
2165
2246
|
"topics": "eng"
|
|
2166
2247
|
},
|
|
@@ -2184,6 +2265,7 @@
|
|
|
2184
2265
|
"crowdinId": "ee",
|
|
2185
2266
|
"curriculum": {
|
|
2186
2267
|
"foundations": "eng",
|
|
2268
|
+
"onboarding": "eng",
|
|
2187
2269
|
"questions": "eng",
|
|
2188
2270
|
"topics": "eng"
|
|
2189
2271
|
},
|
|
@@ -2207,6 +2289,7 @@
|
|
|
2207
2289
|
"crowdinId": "fo",
|
|
2208
2290
|
"curriculum": {
|
|
2209
2291
|
"foundations": "eng",
|
|
2292
|
+
"onboarding": "eng",
|
|
2210
2293
|
"questions": "eng",
|
|
2211
2294
|
"topics": "eng"
|
|
2212
2295
|
},
|
|
@@ -2230,6 +2313,7 @@
|
|
|
2230
2313
|
"crowdinId": "fj",
|
|
2231
2314
|
"curriculum": {
|
|
2232
2315
|
"foundations": "eng",
|
|
2316
|
+
"onboarding": "eng",
|
|
2233
2317
|
"questions": "eng",
|
|
2234
2318
|
"topics": "eng"
|
|
2235
2319
|
},
|
|
@@ -2253,6 +2337,7 @@
|
|
|
2253
2337
|
"crowdinId": "fil",
|
|
2254
2338
|
"curriculum": {
|
|
2255
2339
|
"foundations": "eng",
|
|
2340
|
+
"onboarding": "eng",
|
|
2256
2341
|
"questions": "eng",
|
|
2257
2342
|
"topics": "eng"
|
|
2258
2343
|
},
|
|
@@ -2276,6 +2361,7 @@
|
|
|
2276
2361
|
"crowdinId": "fi",
|
|
2277
2362
|
"curriculum": {
|
|
2278
2363
|
"foundations": "eng",
|
|
2364
|
+
"onboarding": "eng",
|
|
2279
2365
|
"questions": "eng",
|
|
2280
2366
|
"topics": "eng"
|
|
2281
2367
|
},
|
|
@@ -2302,6 +2388,7 @@
|
|
|
2302
2388
|
"crowdinId": "fr",
|
|
2303
2389
|
"curriculum": {
|
|
2304
2390
|
"foundations": "eng",
|
|
2391
|
+
"onboarding": "eng",
|
|
2305
2392
|
"questions": "eng",
|
|
2306
2393
|
"topics": "eng"
|
|
2307
2394
|
},
|
|
@@ -2332,6 +2419,7 @@
|
|
|
2332
2419
|
"crowdinId": "frp",
|
|
2333
2420
|
"curriculum": {
|
|
2334
2421
|
"foundations": "eng",
|
|
2422
|
+
"onboarding": "eng",
|
|
2335
2423
|
"questions": "eng",
|
|
2336
2424
|
"topics": "eng"
|
|
2337
2425
|
},
|
|
@@ -2354,6 +2442,7 @@
|
|
|
2354
2442
|
"crowdinId": "fy-NL",
|
|
2355
2443
|
"curriculum": {
|
|
2356
2444
|
"foundations": "eng",
|
|
2445
|
+
"onboarding": "eng",
|
|
2357
2446
|
"questions": "eng",
|
|
2358
2447
|
"topics": "eng"
|
|
2359
2448
|
},
|
|
@@ -2377,6 +2466,7 @@
|
|
|
2377
2466
|
"crowdinId": "ff",
|
|
2378
2467
|
"curriculum": {
|
|
2379
2468
|
"foundations": "eng",
|
|
2469
|
+
"onboarding": "eng",
|
|
2380
2470
|
"questions": "eng",
|
|
2381
2471
|
"topics": "eng"
|
|
2382
2472
|
},
|
|
@@ -2400,6 +2490,7 @@
|
|
|
2400
2490
|
"crowdinId": "fur-IT",
|
|
2401
2491
|
"curriculum": {
|
|
2402
2492
|
"foundations": "eng",
|
|
2493
|
+
"onboarding": "eng",
|
|
2403
2494
|
"questions": "eng",
|
|
2404
2495
|
"topics": "eng"
|
|
2405
2496
|
},
|
|
@@ -2423,6 +2514,7 @@
|
|
|
2423
2514
|
"crowdinId": "gaa",
|
|
2424
2515
|
"curriculum": {
|
|
2425
2516
|
"foundations": "eng",
|
|
2517
|
+
"onboarding": "eng",
|
|
2426
2518
|
"questions": "eng",
|
|
2427
2519
|
"topics": "eng"
|
|
2428
2520
|
},
|
|
@@ -2446,6 +2538,7 @@
|
|
|
2446
2538
|
"crowdinId": "gai",
|
|
2447
2539
|
"curriculum": {
|
|
2448
2540
|
"foundations": "eng",
|
|
2541
|
+
"onboarding": "eng",
|
|
2449
2542
|
"questions": "eng",
|
|
2450
2543
|
"topics": "eng"
|
|
2451
2544
|
},
|
|
@@ -2469,6 +2562,7 @@
|
|
|
2469
2562
|
"crowdinId": "gbi",
|
|
2470
2563
|
"curriculum": {
|
|
2471
2564
|
"foundations": "eng",
|
|
2565
|
+
"onboarding": "eng",
|
|
2472
2566
|
"questions": "eng",
|
|
2473
2567
|
"topics": "eng"
|
|
2474
2568
|
},
|
|
@@ -2492,6 +2586,7 @@
|
|
|
2492
2586
|
"crowdinId": "fra-DE",
|
|
2493
2587
|
"curriculum": {
|
|
2494
2588
|
"foundations": "eng",
|
|
2589
|
+
"onboarding": "eng",
|
|
2495
2590
|
"questions": "eng",
|
|
2496
2591
|
"topics": "eng"
|
|
2497
2592
|
},
|
|
@@ -2514,6 +2609,7 @@
|
|
|
2514
2609
|
"crowdinId": "gd",
|
|
2515
2610
|
"curriculum": {
|
|
2516
2611
|
"foundations": "eng",
|
|
2612
|
+
"onboarding": "eng",
|
|
2517
2613
|
"questions": "eng",
|
|
2518
2614
|
"topics": "eng"
|
|
2519
2615
|
},
|
|
@@ -2537,6 +2633,7 @@
|
|
|
2537
2633
|
"crowdinId": "ga-IE",
|
|
2538
2634
|
"curriculum": {
|
|
2539
2635
|
"foundations": "eng",
|
|
2636
|
+
"onboarding": "eng",
|
|
2540
2637
|
"questions": "eng",
|
|
2541
2638
|
"topics": "eng"
|
|
2542
2639
|
},
|
|
@@ -2561,6 +2658,7 @@
|
|
|
2561
2658
|
"crowdinId": "gl",
|
|
2562
2659
|
"curriculum": {
|
|
2563
2660
|
"foundations": "eng",
|
|
2661
|
+
"onboarding": "eng",
|
|
2564
2662
|
"questions": "eng",
|
|
2565
2663
|
"topics": "eng"
|
|
2566
2664
|
},
|
|
@@ -2584,6 +2682,7 @@
|
|
|
2584
2682
|
"crowdinId": "gv",
|
|
2585
2683
|
"curriculum": {
|
|
2586
2684
|
"foundations": "eng",
|
|
2685
|
+
"onboarding": "eng",
|
|
2587
2686
|
"questions": "eng",
|
|
2588
2687
|
"topics": "eng"
|
|
2589
2688
|
},
|
|
@@ -2607,6 +2706,7 @@
|
|
|
2607
2706
|
"crowdinId": "gmv",
|
|
2608
2707
|
"curriculum": {
|
|
2609
2708
|
"foundations": "eng",
|
|
2709
|
+
"onboarding": "eng",
|
|
2610
2710
|
"questions": "eng",
|
|
2611
2711
|
"topics": "eng"
|
|
2612
2712
|
},
|
|
@@ -2630,6 +2730,7 @@
|
|
|
2630
2730
|
"crowdinId": "gof",
|
|
2631
2731
|
"curriculum": {
|
|
2632
2732
|
"foundations": "eng",
|
|
2733
|
+
"onboarding": "eng",
|
|
2633
2734
|
"questions": "eng",
|
|
2634
2735
|
"topics": "eng"
|
|
2635
2736
|
},
|
|
@@ -2653,6 +2754,7 @@
|
|
|
2653
2754
|
"crowdinId": "gok",
|
|
2654
2755
|
"curriculum": {
|
|
2655
2756
|
"foundations": "eng",
|
|
2757
|
+
"onboarding": "eng",
|
|
2656
2758
|
"questions": "eng",
|
|
2657
2759
|
"topics": "eng"
|
|
2658
2760
|
},
|
|
@@ -2675,6 +2777,7 @@
|
|
|
2675
2777
|
"crowdinId": "got",
|
|
2676
2778
|
"curriculum": {
|
|
2677
2779
|
"foundations": "eng",
|
|
2780
|
+
"onboarding": "eng",
|
|
2678
2781
|
"questions": "eng",
|
|
2679
2782
|
"topics": "eng"
|
|
2680
2783
|
},
|
|
@@ -2697,6 +2800,7 @@
|
|
|
2697
2800
|
"crowdinId": "gn",
|
|
2698
2801
|
"curriculum": {
|
|
2699
2802
|
"foundations": "eng",
|
|
2803
|
+
"onboarding": "eng",
|
|
2700
2804
|
"questions": "eng",
|
|
2701
2805
|
"topics": "eng"
|
|
2702
2806
|
},
|
|
@@ -2721,6 +2825,7 @@
|
|
|
2721
2825
|
"crowdinId": "gu-IN",
|
|
2722
2826
|
"curriculum": {
|
|
2723
2827
|
"foundations": "eng",
|
|
2828
|
+
"onboarding": "eng",
|
|
2724
2829
|
"questions": "eng",
|
|
2725
2830
|
"topics": "eng"
|
|
2726
2831
|
},
|
|
@@ -2748,6 +2853,7 @@
|
|
|
2748
2853
|
"bcpLanguageId": "hak",
|
|
2749
2854
|
"curriculum": {
|
|
2750
2855
|
"foundations": "eng",
|
|
2856
|
+
"onboarding": "eng",
|
|
2751
2857
|
"questions": "eng",
|
|
2752
2858
|
"topics": "eng"
|
|
2753
2859
|
},
|
|
@@ -2774,6 +2880,7 @@
|
|
|
2774
2880
|
"crowdinId": "ht",
|
|
2775
2881
|
"curriculum": {
|
|
2776
2882
|
"foundations": "eng",
|
|
2883
|
+
"onboarding": "eng",
|
|
2777
2884
|
"questions": "eng",
|
|
2778
2885
|
"topics": "eng"
|
|
2779
2886
|
},
|
|
@@ -2799,6 +2906,7 @@
|
|
|
2799
2906
|
"crowdinId": "ha",
|
|
2800
2907
|
"curriculum": {
|
|
2801
2908
|
"foundations": "eng",
|
|
2909
|
+
"onboarding": "eng",
|
|
2802
2910
|
"questions": "eng",
|
|
2803
2911
|
"topics": "eng"
|
|
2804
2912
|
},
|
|
@@ -2828,6 +2936,7 @@
|
|
|
2828
2936
|
"crowdinId": "haw",
|
|
2829
2937
|
"curriculum": {
|
|
2830
2938
|
"foundations": "eng",
|
|
2939
|
+
"onboarding": "eng",
|
|
2831
2940
|
"questions": "eng",
|
|
2832
2941
|
"topics": "eng"
|
|
2833
2942
|
},
|
|
@@ -2852,6 +2961,7 @@
|
|
|
2852
2961
|
"crowdinId": "sh",
|
|
2853
2962
|
"curriculum": {
|
|
2854
2963
|
"foundations": "eng",
|
|
2964
|
+
"onboarding": "eng",
|
|
2855
2965
|
"questions": "eng",
|
|
2856
2966
|
"topics": "eng"
|
|
2857
2967
|
},
|
|
@@ -2876,6 +2986,7 @@
|
|
|
2876
2986
|
"crowdinId": "he",
|
|
2877
2987
|
"curriculum": {
|
|
2878
2988
|
"foundations": "eng",
|
|
2989
|
+
"onboarding": "eng",
|
|
2879
2990
|
"questions": "eng",
|
|
2880
2991
|
"topics": "eng"
|
|
2881
2992
|
},
|
|
@@ -2906,6 +3017,7 @@
|
|
|
2906
3017
|
"crowdinId": "hz",
|
|
2907
3018
|
"curriculum": {
|
|
2908
3019
|
"foundations": "eng",
|
|
3020
|
+
"onboarding": "eng",
|
|
2909
3021
|
"questions": "eng",
|
|
2910
3022
|
"topics": "eng"
|
|
2911
3023
|
},
|
|
@@ -2938,6 +3050,7 @@
|
|
|
2938
3050
|
"crowdinId": "hc",
|
|
2939
3051
|
"curriculum": {
|
|
2940
3052
|
"foundations": "hic",
|
|
3053
|
+
"onboarding": "eng",
|
|
2941
3054
|
"questions": "hin",
|
|
2942
3055
|
"topics": "hin"
|
|
2943
3056
|
},
|
|
@@ -2964,6 +3077,7 @@
|
|
|
2964
3077
|
"crowdinId": "hil",
|
|
2965
3078
|
"curriculum": {
|
|
2966
3079
|
"foundations": "eng",
|
|
3080
|
+
"onboarding": "eng",
|
|
2967
3081
|
"questions": "eng",
|
|
2968
3082
|
"topics": "eng"
|
|
2969
3083
|
},
|
|
@@ -2990,6 +3104,7 @@
|
|
|
2990
3104
|
"crowdinId": "hi",
|
|
2991
3105
|
"curriculum": {
|
|
2992
3106
|
"foundations": "hin",
|
|
3107
|
+
"onboarding": "eng",
|
|
2993
3108
|
"questions": "hin",
|
|
2994
3109
|
"topics": "hin"
|
|
2995
3110
|
},
|
|
@@ -3024,6 +3139,7 @@
|
|
|
3024
3139
|
"crowdinId": "hmn",
|
|
3025
3140
|
"curriculum": {
|
|
3026
3141
|
"foundations": "eng",
|
|
3142
|
+
"onboarding": "eng",
|
|
3027
3143
|
"questions": "eng",
|
|
3028
3144
|
"topics": "eng"
|
|
3029
3145
|
},
|
|
@@ -3046,6 +3162,7 @@
|
|
|
3046
3162
|
"crowdinId": "ho",
|
|
3047
3163
|
"curriculum": {
|
|
3048
3164
|
"foundations": "eng",
|
|
3165
|
+
"onboarding": "eng",
|
|
3049
3166
|
"questions": "eng",
|
|
3050
3167
|
"topics": "eng"
|
|
3051
3168
|
},
|
|
@@ -3069,6 +3186,7 @@
|
|
|
3069
3186
|
"crowdinId": "hne",
|
|
3070
3187
|
"curriculum": {
|
|
3071
3188
|
"foundations": "eng",
|
|
3189
|
+
"onboarding": "eng",
|
|
3072
3190
|
"questions": "eng",
|
|
3073
3191
|
"topics": "eng"
|
|
3074
3192
|
},
|
|
@@ -3093,6 +3211,7 @@
|
|
|
3093
3211
|
"crowdinId": "hr",
|
|
3094
3212
|
"curriculum": {
|
|
3095
3213
|
"foundations": "eng",
|
|
3214
|
+
"onboarding": "eng",
|
|
3096
3215
|
"questions": "eng",
|
|
3097
3216
|
"topics": "eng"
|
|
3098
3217
|
},
|
|
@@ -3122,6 +3241,7 @@
|
|
|
3122
3241
|
"crowdinId": "hsb-DE",
|
|
3123
3242
|
"curriculum": {
|
|
3124
3243
|
"foundations": "eng",
|
|
3244
|
+
"onboarding": "eng",
|
|
3125
3245
|
"questions": "eng",
|
|
3126
3246
|
"topics": "eng"
|
|
3127
3247
|
},
|
|
@@ -3147,6 +3267,7 @@
|
|
|
3147
3267
|
"crowdinId": "hu",
|
|
3148
3268
|
"curriculum": {
|
|
3149
3269
|
"foundations": "eng",
|
|
3270
|
+
"onboarding": "eng",
|
|
3150
3271
|
"questions": "eng",
|
|
3151
3272
|
"topics": "eng"
|
|
3152
3273
|
},
|
|
@@ -3172,13 +3293,14 @@
|
|
|
3172
3293
|
{
|
|
3173
3294
|
"languageId": "hye",
|
|
3174
3295
|
"appInterface": true,
|
|
3175
|
-
"audioAssetVersion":
|
|
3296
|
+
"audioAssetVersion": 4,
|
|
3176
3297
|
"bible": "NEB",
|
|
3177
3298
|
"crowdinId": "hy-AM",
|
|
3178
3299
|
"curriculum": {
|
|
3179
|
-
"foundations": "
|
|
3300
|
+
"foundations": "rus",
|
|
3301
|
+
"onboarding": "rus",
|
|
3180
3302
|
"questions": "eng",
|
|
3181
|
-
"topics": "
|
|
3303
|
+
"topics": "rus"
|
|
3182
3304
|
},
|
|
3183
3305
|
"endonym": "Հայերեն",
|
|
3184
3306
|
"exonym": "Armenian",
|
|
@@ -3201,6 +3323,7 @@
|
|
|
3201
3323
|
"crowdinId": "ig",
|
|
3202
3324
|
"curriculum": {
|
|
3203
3325
|
"foundations": "eng",
|
|
3326
|
+
"onboarding": "eng",
|
|
3204
3327
|
"questions": "eng",
|
|
3205
3328
|
"topics": "eng"
|
|
3206
3329
|
},
|
|
@@ -3227,6 +3350,7 @@
|
|
|
3227
3350
|
"crowdinId": "ido",
|
|
3228
3351
|
"curriculum": {
|
|
3229
3352
|
"foundations": "eng",
|
|
3353
|
+
"onboarding": "eng",
|
|
3230
3354
|
"questions": "eng",
|
|
3231
3355
|
"topics": "eng"
|
|
3232
3356
|
},
|
|
@@ -3249,6 +3373,7 @@
|
|
|
3249
3373
|
"crowdinId": "ii",
|
|
3250
3374
|
"curriculum": {
|
|
3251
3375
|
"foundations": "eng",
|
|
3376
|
+
"onboarding": "eng",
|
|
3252
3377
|
"questions": "eng",
|
|
3253
3378
|
"topics": "eng"
|
|
3254
3379
|
},
|
|
@@ -3272,6 +3397,7 @@
|
|
|
3272
3397
|
"crowdinId": "iu",
|
|
3273
3398
|
"curriculum": {
|
|
3274
3399
|
"foundations": "eng",
|
|
3400
|
+
"onboarding": "eng",
|
|
3275
3401
|
"questions": "eng",
|
|
3276
3402
|
"topics": "eng"
|
|
3277
3403
|
},
|
|
@@ -3294,6 +3420,7 @@
|
|
|
3294
3420
|
"crowdinId": "ilo",
|
|
3295
3421
|
"curriculum": {
|
|
3296
3422
|
"foundations": "eng",
|
|
3423
|
+
"onboarding": "eng",
|
|
3297
3424
|
"questions": "eng",
|
|
3298
3425
|
"topics": "eng"
|
|
3299
3426
|
},
|
|
@@ -3320,6 +3447,7 @@
|
|
|
3320
3447
|
"crowdinId": "inq",
|
|
3321
3448
|
"curriculum": {
|
|
3322
3449
|
"foundations": "eng",
|
|
3450
|
+
"onboarding": "rif",
|
|
3323
3451
|
"questions": "eng",
|
|
3324
3452
|
"topics": "eng"
|
|
3325
3453
|
},
|
|
@@ -3352,6 +3480,7 @@
|
|
|
3352
3480
|
"crowdinId": "id",
|
|
3353
3481
|
"curriculum": {
|
|
3354
3482
|
"foundations": "eng",
|
|
3483
|
+
"onboarding": "eng",
|
|
3355
3484
|
"questions": "eng",
|
|
3356
3485
|
"topics": "eng"
|
|
3357
3486
|
},
|
|
@@ -3379,6 +3508,7 @@
|
|
|
3379
3508
|
"crowdinId": "is",
|
|
3380
3509
|
"curriculum": {
|
|
3381
3510
|
"foundations": "eng",
|
|
3511
|
+
"onboarding": "eng",
|
|
3382
3512
|
"questions": "eng",
|
|
3383
3513
|
"topics": "eng"
|
|
3384
3514
|
},
|
|
@@ -3403,6 +3533,7 @@
|
|
|
3403
3533
|
"crowdinId": "it",
|
|
3404
3534
|
"curriculum": {
|
|
3405
3535
|
"foundations": "eng",
|
|
3536
|
+
"onboarding": "eng",
|
|
3406
3537
|
"questions": "eng",
|
|
3407
3538
|
"topics": "eng"
|
|
3408
3539
|
},
|
|
@@ -3434,6 +3565,7 @@
|
|
|
3434
3565
|
"crowdinId": "jv",
|
|
3435
3566
|
"curriculum": {
|
|
3436
3567
|
"foundations": "eng",
|
|
3568
|
+
"onboarding": "eng",
|
|
3437
3569
|
"questions": "eng",
|
|
3438
3570
|
"topics": "eng"
|
|
3439
3571
|
},
|
|
@@ -3460,6 +3592,7 @@
|
|
|
3460
3592
|
"bcpLanguageId": "jbn",
|
|
3461
3593
|
"curriculum": {
|
|
3462
3594
|
"foundations": "eng",
|
|
3595
|
+
"onboarding": "eng",
|
|
3463
3596
|
"questions": "eng",
|
|
3464
3597
|
"topics": "eng"
|
|
3465
3598
|
},
|
|
@@ -3489,6 +3622,7 @@
|
|
|
3489
3622
|
"crowdinId": "ja",
|
|
3490
3623
|
"curriculum": {
|
|
3491
3624
|
"foundations": "eng",
|
|
3625
|
+
"onboarding": "eng",
|
|
3492
3626
|
"questions": "eng",
|
|
3493
3627
|
"topics": "eng"
|
|
3494
3628
|
},
|
|
@@ -3519,6 +3653,7 @@
|
|
|
3519
3653
|
"crowdinId": "juy",
|
|
3520
3654
|
"curriculum": {
|
|
3521
3655
|
"foundations": "eng",
|
|
3656
|
+
"onboarding": "eng",
|
|
3522
3657
|
"questions": "eng",
|
|
3523
3658
|
"topics": "eng"
|
|
3524
3659
|
},
|
|
@@ -3543,6 +3678,7 @@
|
|
|
3543
3678
|
"crowdinId": "kab",
|
|
3544
3679
|
"curriculum": {
|
|
3545
3680
|
"foundations": "eng",
|
|
3681
|
+
"onboarding": "eng",
|
|
3546
3682
|
"questions": "eng",
|
|
3547
3683
|
"topics": "eng"
|
|
3548
3684
|
},
|
|
@@ -3570,6 +3706,7 @@
|
|
|
3570
3706
|
"crowdinId": "kl",
|
|
3571
3707
|
"curriculum": {
|
|
3572
3708
|
"foundations": "eng",
|
|
3709
|
+
"onboarding": "eng",
|
|
3573
3710
|
"questions": "eng",
|
|
3574
3711
|
"topics": "eng"
|
|
3575
3712
|
},
|
|
@@ -3594,6 +3731,7 @@
|
|
|
3594
3731
|
"crowdinId": "kn",
|
|
3595
3732
|
"curriculum": {
|
|
3596
3733
|
"foundations": "eng",
|
|
3734
|
+
"onboarding": "eng",
|
|
3597
3735
|
"questions": "eng",
|
|
3598
3736
|
"topics": "eng"
|
|
3599
3737
|
},
|
|
@@ -3623,6 +3761,7 @@
|
|
|
3623
3761
|
"crowdinId": "kar",
|
|
3624
3762
|
"curriculum": {
|
|
3625
3763
|
"foundations": "eng",
|
|
3764
|
+
"onboarding": "eng",
|
|
3626
3765
|
"questions": "eng",
|
|
3627
3766
|
"topics": "eng"
|
|
3628
3767
|
},
|
|
@@ -3648,6 +3787,7 @@
|
|
|
3648
3787
|
"crowdinId": "ks",
|
|
3649
3788
|
"curriculum": {
|
|
3650
3789
|
"foundations": "eng",
|
|
3790
|
+
"onboarding": "eng",
|
|
3651
3791
|
"questions": "eng",
|
|
3652
3792
|
"topics": "eng"
|
|
3653
3793
|
},
|
|
@@ -3672,6 +3812,7 @@
|
|
|
3672
3812
|
"crowdinId": "ka",
|
|
3673
3813
|
"curriculum": {
|
|
3674
3814
|
"foundations": "eng",
|
|
3815
|
+
"onboarding": "eng",
|
|
3675
3816
|
"questions": "eng",
|
|
3676
3817
|
"topics": "eng"
|
|
3677
3818
|
},
|
|
@@ -3701,6 +3842,7 @@
|
|
|
3701
3842
|
"crowdinId": "kk",
|
|
3702
3843
|
"curriculum": {
|
|
3703
3844
|
"foundations": "eng",
|
|
3845
|
+
"onboarding": "eng",
|
|
3704
3846
|
"questions": "eng",
|
|
3705
3847
|
"topics": "eng"
|
|
3706
3848
|
},
|
|
@@ -3724,6 +3866,7 @@
|
|
|
3724
3866
|
"crowdinId": "ks-PK",
|
|
3725
3867
|
"curriculum": {
|
|
3726
3868
|
"foundations": "eng",
|
|
3869
|
+
"onboarding": "eng",
|
|
3727
3870
|
"questions": "eng",
|
|
3728
3871
|
"topics": "eng"
|
|
3729
3872
|
},
|
|
@@ -3747,6 +3890,7 @@
|
|
|
3747
3890
|
"crowdinId": "kca",
|
|
3748
3891
|
"curriculum": {
|
|
3749
3892
|
"foundations": "eng",
|
|
3893
|
+
"onboarding": "eng",
|
|
3750
3894
|
"questions": "eng",
|
|
3751
3895
|
"topics": "eng"
|
|
3752
3896
|
},
|
|
@@ -3770,6 +3914,7 @@
|
|
|
3770
3914
|
"crowdinId": "kdh",
|
|
3771
3915
|
"curriculum": {
|
|
3772
3916
|
"foundations": "eng",
|
|
3917
|
+
"onboarding": "eng",
|
|
3773
3918
|
"questions": "eng",
|
|
3774
3919
|
"topics": "eng"
|
|
3775
3920
|
},
|
|
@@ -3793,6 +3938,7 @@
|
|
|
3793
3938
|
"crowdinId": "kff",
|
|
3794
3939
|
"curriculum": {
|
|
3795
3940
|
"foundations": "eng",
|
|
3941
|
+
"onboarding": "eng",
|
|
3796
3942
|
"questions": "eng",
|
|
3797
3943
|
"topics": "eng"
|
|
3798
3944
|
},
|
|
@@ -3816,6 +3962,7 @@
|
|
|
3816
3962
|
"crowdinId": "kfw",
|
|
3817
3963
|
"curriculum": {
|
|
3818
3964
|
"foundations": "eng",
|
|
3965
|
+
"onboarding": "eng",
|
|
3819
3966
|
"questions": "eng",
|
|
3820
3967
|
"topics": "eng"
|
|
3821
3968
|
},
|
|
@@ -3842,6 +3989,7 @@
|
|
|
3842
3989
|
"crowdinId": "km",
|
|
3843
3990
|
"curriculum": {
|
|
3844
3991
|
"foundations": "eng",
|
|
3992
|
+
"onboarding": "eng",
|
|
3845
3993
|
"questions": "eng",
|
|
3846
3994
|
"topics": "eng"
|
|
3847
3995
|
},
|
|
@@ -3871,6 +4019,7 @@
|
|
|
3871
4019
|
"crowdinId": "kik",
|
|
3872
4020
|
"curriculum": {
|
|
3873
4021
|
"foundations": "eng",
|
|
4022
|
+
"onboarding": "eng",
|
|
3874
4023
|
"questions": "eng",
|
|
3875
4024
|
"topics": "eng"
|
|
3876
4025
|
},
|
|
@@ -3894,6 +4043,7 @@
|
|
|
3894
4043
|
"crowdinId": "rw",
|
|
3895
4044
|
"curriculum": {
|
|
3896
4045
|
"foundations": "eng",
|
|
4046
|
+
"onboarding": "eng",
|
|
3897
4047
|
"questions": "eng",
|
|
3898
4048
|
"topics": "eng"
|
|
3899
4049
|
},
|
|
@@ -3917,6 +4067,7 @@
|
|
|
3917
4067
|
"crowdinId": "ky",
|
|
3918
4068
|
"curriculum": {
|
|
3919
4069
|
"foundations": "eng",
|
|
4070
|
+
"onboarding": "eng",
|
|
3920
4071
|
"questions": "eng",
|
|
3921
4072
|
"topics": "eng"
|
|
3922
4073
|
},
|
|
@@ -3943,6 +4094,7 @@
|
|
|
3943
4094
|
"crowdinId": "kmr",
|
|
3944
4095
|
"curriculum": {
|
|
3945
4096
|
"foundations": "eng",
|
|
4097
|
+
"onboarding": "eng",
|
|
3946
4098
|
"questions": "eng",
|
|
3947
4099
|
"topics": "eng"
|
|
3948
4100
|
},
|
|
@@ -3970,6 +4122,7 @@
|
|
|
3970
4122
|
"crowdinId": "kok",
|
|
3971
4123
|
"curriculum": {
|
|
3972
4124
|
"foundations": "eng",
|
|
4125
|
+
"onboarding": "eng",
|
|
3973
4126
|
"questions": "eng",
|
|
3974
4127
|
"topics": "eng"
|
|
3975
4128
|
},
|
|
@@ -3992,6 +4145,7 @@
|
|
|
3992
4145
|
"crowdinId": "kv",
|
|
3993
4146
|
"curriculum": {
|
|
3994
4147
|
"foundations": "eng",
|
|
4148
|
+
"onboarding": "eng",
|
|
3995
4149
|
"questions": "eng",
|
|
3996
4150
|
"topics": "eng"
|
|
3997
4151
|
},
|
|
@@ -4014,6 +4168,7 @@
|
|
|
4014
4168
|
"crowdinId": "kg",
|
|
4015
4169
|
"curriculum": {
|
|
4016
4170
|
"foundations": "eng",
|
|
4171
|
+
"onboarding": "eng",
|
|
4017
4172
|
"questions": "eng",
|
|
4018
4173
|
"topics": "eng"
|
|
4019
4174
|
},
|
|
@@ -4038,6 +4193,7 @@
|
|
|
4038
4193
|
"crowdinId": "ko",
|
|
4039
4194
|
"curriculum": {
|
|
4040
4195
|
"foundations": "eng",
|
|
4196
|
+
"onboarding": "eng",
|
|
4041
4197
|
"questions": "eng",
|
|
4042
4198
|
"topics": "eng"
|
|
4043
4199
|
},
|
|
@@ -4075,6 +4231,7 @@
|
|
|
4075
4231
|
"crowdinId": "kox",
|
|
4076
4232
|
"curriculum": {
|
|
4077
4233
|
"foundations": "eng",
|
|
4234
|
+
"onboarding": "eng",
|
|
4078
4235
|
"questions": "eng",
|
|
4079
4236
|
"topics": "eng"
|
|
4080
4237
|
},
|
|
@@ -4100,6 +4257,7 @@
|
|
|
4100
4257
|
"crowdinId": "kxv",
|
|
4101
4258
|
"curriculum": {
|
|
4102
4259
|
"foundations": "eng",
|
|
4260
|
+
"onboarding": "eng",
|
|
4103
4261
|
"questions": "eng",
|
|
4104
4262
|
"topics": "eng"
|
|
4105
4263
|
},
|
|
@@ -4123,6 +4281,7 @@
|
|
|
4123
4281
|
"crowdinId": "lo",
|
|
4124
4282
|
"curriculum": {
|
|
4125
4283
|
"foundations": "eng",
|
|
4284
|
+
"onboarding": "eng",
|
|
4126
4285
|
"questions": "eng",
|
|
4127
4286
|
"topics": "eng"
|
|
4128
4287
|
},
|
|
@@ -4146,6 +4305,7 @@
|
|
|
4146
4305
|
"crowdinId": "la-LA",
|
|
4147
4306
|
"curriculum": {
|
|
4148
4307
|
"foundations": "eng",
|
|
4308
|
+
"onboarding": "eng",
|
|
4149
4309
|
"questions": "eng",
|
|
4150
4310
|
"topics": "eng"
|
|
4151
4311
|
},
|
|
@@ -4169,6 +4329,7 @@
|
|
|
4169
4329
|
"crowdinId": "lv",
|
|
4170
4330
|
"curriculum": {
|
|
4171
4331
|
"foundations": "eng",
|
|
4332
|
+
"onboarding": "eng",
|
|
4172
4333
|
"questions": "eng",
|
|
4173
4334
|
"topics": "eng"
|
|
4174
4335
|
},
|
|
@@ -4192,6 +4353,7 @@
|
|
|
4192
4353
|
"crowdinId": "lij",
|
|
4193
4354
|
"curriculum": {
|
|
4194
4355
|
"foundations": "eng",
|
|
4356
|
+
"onboarding": "eng",
|
|
4195
4357
|
"questions": "eng",
|
|
4196
4358
|
"topics": "eng"
|
|
4197
4359
|
},
|
|
@@ -4214,6 +4376,7 @@
|
|
|
4214
4376
|
"crowdinId": "li",
|
|
4215
4377
|
"curriculum": {
|
|
4216
4378
|
"foundations": "eng",
|
|
4379
|
+
"onboarding": "eng",
|
|
4217
4380
|
"questions": "eng",
|
|
4218
4381
|
"topics": "eng"
|
|
4219
4382
|
},
|
|
@@ -4237,6 +4400,7 @@
|
|
|
4237
4400
|
"crowdinId": "ln",
|
|
4238
4401
|
"curriculum": {
|
|
4239
4402
|
"foundations": "eng",
|
|
4403
|
+
"onboarding": "eng",
|
|
4240
4404
|
"questions": "eng",
|
|
4241
4405
|
"topics": "eng"
|
|
4242
4406
|
},
|
|
@@ -4264,6 +4428,7 @@
|
|
|
4264
4428
|
"crowdinId": "lt",
|
|
4265
4429
|
"curriculum": {
|
|
4266
4430
|
"foundations": "eng",
|
|
4431
|
+
"onboarding": "eng",
|
|
4267
4432
|
"questions": "eng",
|
|
4268
4433
|
"topics": "eng"
|
|
4269
4434
|
},
|
|
@@ -4287,6 +4452,7 @@
|
|
|
4287
4452
|
"crowdinId": "lb",
|
|
4288
4453
|
"curriculum": {
|
|
4289
4454
|
"foundations": "eng",
|
|
4455
|
+
"onboarding": "eng",
|
|
4290
4456
|
"questions": "eng",
|
|
4291
4457
|
"topics": "eng"
|
|
4292
4458
|
},
|
|
@@ -4311,6 +4477,7 @@
|
|
|
4311
4477
|
"crowdinId": "lg",
|
|
4312
4478
|
"curriculum": {
|
|
4313
4479
|
"foundations": "eng",
|
|
4480
|
+
"onboarding": "eng",
|
|
4314
4481
|
"questions": "eng",
|
|
4315
4482
|
"topics": "eng"
|
|
4316
4483
|
},
|
|
@@ -4338,6 +4505,7 @@
|
|
|
4338
4505
|
"crowdinId": "luo",
|
|
4339
4506
|
"curriculum": {
|
|
4340
4507
|
"foundations": "eng",
|
|
4508
|
+
"onboarding": "eng",
|
|
4341
4509
|
"questions": "eng",
|
|
4342
4510
|
"topics": "eng"
|
|
4343
4511
|
},
|
|
@@ -4361,6 +4529,7 @@
|
|
|
4361
4529
|
"crowdinId": "luy",
|
|
4362
4530
|
"curriculum": {
|
|
4363
4531
|
"foundations": "eng",
|
|
4532
|
+
"onboarding": "eng",
|
|
4364
4533
|
"questions": "eng",
|
|
4365
4534
|
"topics": "eng"
|
|
4366
4535
|
},
|
|
@@ -4383,6 +4552,7 @@
|
|
|
4383
4552
|
"crowdinId": "mh",
|
|
4384
4553
|
"curriculum": {
|
|
4385
4554
|
"foundations": "eng",
|
|
4555
|
+
"onboarding": "eng",
|
|
4386
4556
|
"questions": "eng",
|
|
4387
4557
|
"topics": "eng"
|
|
4388
4558
|
},
|
|
@@ -4406,6 +4576,7 @@
|
|
|
4406
4576
|
"crowdinId": "mai",
|
|
4407
4577
|
"curriculum": {
|
|
4408
4578
|
"foundations": "eng",
|
|
4579
|
+
"onboarding": "eng",
|
|
4409
4580
|
"questions": "eng",
|
|
4410
4581
|
"topics": "eng"
|
|
4411
4582
|
},
|
|
@@ -4430,6 +4601,7 @@
|
|
|
4430
4601
|
"crowdinId": "ml-IN",
|
|
4431
4602
|
"curriculum": {
|
|
4432
4603
|
"foundations": "eng",
|
|
4604
|
+
"onboarding": "eng",
|
|
4433
4605
|
"questions": "eng",
|
|
4434
4606
|
"topics": "eng"
|
|
4435
4607
|
},
|
|
@@ -4461,6 +4633,7 @@
|
|
|
4461
4633
|
"crowdinId": "mr",
|
|
4462
4634
|
"curriculum": {
|
|
4463
4635
|
"foundations": "hin",
|
|
4636
|
+
"onboarding": "eng",
|
|
4464
4637
|
"questions": "hin",
|
|
4465
4638
|
"topics": "hin"
|
|
4466
4639
|
},
|
|
@@ -4491,6 +4664,7 @@
|
|
|
4491
4664
|
"crowdinId": "mbu",
|
|
4492
4665
|
"curriculum": {
|
|
4493
4666
|
"foundations": "eng",
|
|
4667
|
+
"onboarding": "eng",
|
|
4494
4668
|
"questions": "eng",
|
|
4495
4669
|
"topics": "eng"
|
|
4496
4670
|
},
|
|
@@ -4520,6 +4694,7 @@
|
|
|
4520
4694
|
"crowdinId": "mey",
|
|
4521
4695
|
"curriculum": {
|
|
4522
4696
|
"foundations": "eng",
|
|
4697
|
+
"onboarding": "eng",
|
|
4523
4698
|
"questions": "eng",
|
|
4524
4699
|
"topics": "eng"
|
|
4525
4700
|
},
|
|
@@ -4554,6 +4729,7 @@
|
|
|
4554
4729
|
"crowdinId": "mfe",
|
|
4555
4730
|
"curriculum": {
|
|
4556
4731
|
"foundations": "mfe",
|
|
4732
|
+
"onboarding": "eng",
|
|
4557
4733
|
"questions": "mfe",
|
|
4558
4734
|
"topics": "eng"
|
|
4559
4735
|
},
|
|
@@ -4583,6 +4759,7 @@
|
|
|
4583
4759
|
"crowdinId": "mk",
|
|
4584
4760
|
"curriculum": {
|
|
4585
4761
|
"foundations": "eng",
|
|
4762
|
+
"onboarding": "eng",
|
|
4586
4763
|
"questions": "eng",
|
|
4587
4764
|
"topics": "eng"
|
|
4588
4765
|
},
|
|
@@ -4609,6 +4786,7 @@
|
|
|
4609
4786
|
"crowdinId": "mg",
|
|
4610
4787
|
"curriculum": {
|
|
4611
4788
|
"foundations": "eng",
|
|
4789
|
+
"onboarding": "eng",
|
|
4612
4790
|
"questions": "eng",
|
|
4613
4791
|
"topics": "eng"
|
|
4614
4792
|
},
|
|
@@ -4636,6 +4814,7 @@
|
|
|
4636
4814
|
"crowdinId": "mt",
|
|
4637
4815
|
"curriculum": {
|
|
4638
4816
|
"foundations": "eng",
|
|
4817
|
+
"onboarding": "eng",
|
|
4639
4818
|
"questions": "eng",
|
|
4640
4819
|
"topics": "eng"
|
|
4641
4820
|
},
|
|
@@ -4659,6 +4838,7 @@
|
|
|
4659
4838
|
"crowdinId": "moh",
|
|
4660
4839
|
"curriculum": {
|
|
4661
4840
|
"foundations": "eng",
|
|
4841
|
+
"onboarding": "eng",
|
|
4662
4842
|
"questions": "eng",
|
|
4663
4843
|
"topics": "eng"
|
|
4664
4844
|
},
|
|
@@ -4684,6 +4864,7 @@
|
|
|
4684
4864
|
"crowdinId": "mn",
|
|
4685
4865
|
"curriculum": {
|
|
4686
4866
|
"foundations": "eng",
|
|
4867
|
+
"onboarding": "eng",
|
|
4687
4868
|
"questions": "eng",
|
|
4688
4869
|
"topics": "eng"
|
|
4689
4870
|
},
|
|
@@ -4712,6 +4893,7 @@
|
|
|
4712
4893
|
"crowdinId": "mos",
|
|
4713
4894
|
"curriculum": {
|
|
4714
4895
|
"foundations": "eng",
|
|
4896
|
+
"onboarding": "eng",
|
|
4715
4897
|
"questions": "eng",
|
|
4716
4898
|
"topics": "eng"
|
|
4717
4899
|
},
|
|
@@ -4736,6 +4918,7 @@
|
|
|
4736
4918
|
"crowdinId": "mrg",
|
|
4737
4919
|
"curriculum": {
|
|
4738
4920
|
"foundations": "eng",
|
|
4921
|
+
"onboarding": "eng",
|
|
4739
4922
|
"questions": "eng",
|
|
4740
4923
|
"topics": "eng"
|
|
4741
4924
|
},
|
|
@@ -4763,6 +4946,7 @@
|
|
|
4763
4946
|
"crowdinId": "mi",
|
|
4764
4947
|
"curriculum": {
|
|
4765
4948
|
"foundations": "eng",
|
|
4949
|
+
"onboarding": "eng",
|
|
4766
4950
|
"questions": "eng",
|
|
4767
4951
|
"topics": "eng"
|
|
4768
4952
|
},
|
|
@@ -4788,6 +4972,7 @@
|
|
|
4788
4972
|
"crowdinId": "my",
|
|
4789
4973
|
"curriculum": {
|
|
4790
4974
|
"foundations": "eng",
|
|
4975
|
+
"onboarding": "eng",
|
|
4791
4976
|
"questions": "eng",
|
|
4792
4977
|
"topics": "mya"
|
|
4793
4978
|
},
|
|
@@ -4817,6 +5002,7 @@
|
|
|
4817
5002
|
"crowdinId": "nag",
|
|
4818
5003
|
"curriculum": {
|
|
4819
5004
|
"foundations": "eng",
|
|
5005
|
+
"onboarding": "eng",
|
|
4820
5006
|
"questions": "eng",
|
|
4821
5007
|
"topics": "eng"
|
|
4822
5008
|
},
|
|
@@ -4840,6 +5026,7 @@
|
|
|
4840
5026
|
"bcpLanguageId": "nan",
|
|
4841
5027
|
"curriculum": {
|
|
4842
5028
|
"foundations": "eng",
|
|
5029
|
+
"onboarding": "eng",
|
|
4843
5030
|
"questions": "eng",
|
|
4844
5031
|
"topics": "eng"
|
|
4845
5032
|
},
|
|
@@ -4866,6 +5053,7 @@
|
|
|
4866
5053
|
"crowdinId": "na",
|
|
4867
5054
|
"curriculum": {
|
|
4868
5055
|
"foundations": "eng",
|
|
5056
|
+
"onboarding": "eng",
|
|
4869
5057
|
"questions": "eng",
|
|
4870
5058
|
"topics": "eng"
|
|
4871
5059
|
},
|
|
@@ -4889,6 +5077,7 @@
|
|
|
4889
5077
|
"crowdinId": "nr",
|
|
4890
5078
|
"curriculum": {
|
|
4891
5079
|
"foundations": "eng",
|
|
5080
|
+
"onboarding": "eng",
|
|
4892
5081
|
"questions": "eng",
|
|
4893
5082
|
"topics": "eng"
|
|
4894
5083
|
},
|
|
@@ -4912,6 +5101,7 @@
|
|
|
4912
5101
|
"crowdinId": "ng",
|
|
4913
5102
|
"curriculum": {
|
|
4914
5103
|
"foundations": "eng",
|
|
5104
|
+
"onboarding": "eng",
|
|
4915
5105
|
"questions": "eng",
|
|
4916
5106
|
"topics": "eng"
|
|
4917
5107
|
},
|
|
@@ -4936,6 +5126,7 @@
|
|
|
4936
5126
|
"crowdinId": "nds",
|
|
4937
5127
|
"curriculum": {
|
|
4938
5128
|
"foundations": "eng",
|
|
5129
|
+
"onboarding": "eng",
|
|
4939
5130
|
"questions": "eng",
|
|
4940
5131
|
"topics": "eng"
|
|
4941
5132
|
},
|
|
@@ -4960,6 +5151,7 @@
|
|
|
4960
5151
|
"crowdinId": "new",
|
|
4961
5152
|
"curriculum": {
|
|
4962
5153
|
"foundations": "eng",
|
|
5154
|
+
"onboarding": "eng",
|
|
4963
5155
|
"questions": "eng",
|
|
4964
5156
|
"topics": "eng"
|
|
4965
5157
|
},
|
|
@@ -4989,6 +5181,7 @@
|
|
|
4989
5181
|
"crowdinId": "nl",
|
|
4990
5182
|
"curriculum": {
|
|
4991
5183
|
"foundations": "eng",
|
|
5184
|
+
"onboarding": "eng",
|
|
4992
5185
|
"questions": "eng",
|
|
4993
5186
|
"topics": "eng"
|
|
4994
5187
|
},
|
|
@@ -5018,6 +5211,7 @@
|
|
|
5018
5211
|
"crowdinId": "nlx",
|
|
5019
5212
|
"curriculum": {
|
|
5020
5213
|
"foundations": "eng",
|
|
5214
|
+
"onboarding": "eng",
|
|
5021
5215
|
"questions": "eng",
|
|
5022
5216
|
"topics": "eng"
|
|
5023
5217
|
},
|
|
@@ -5042,6 +5236,7 @@
|
|
|
5042
5236
|
"crowdinId": "nn-NO",
|
|
5043
5237
|
"curriculum": {
|
|
5044
5238
|
"foundations": "eng",
|
|
5239
|
+
"onboarding": "eng",
|
|
5045
5240
|
"questions": "eng",
|
|
5046
5241
|
"topics": "eng"
|
|
5047
5242
|
},
|
|
@@ -5066,6 +5261,7 @@
|
|
|
5066
5261
|
"crowdinId": "nb",
|
|
5067
5262
|
"curriculum": {
|
|
5068
5263
|
"foundations": "eng",
|
|
5264
|
+
"onboarding": "eng",
|
|
5069
5265
|
"questions": "eng",
|
|
5070
5266
|
"topics": "eng"
|
|
5071
5267
|
},
|
|
@@ -5090,6 +5286,7 @@
|
|
|
5090
5286
|
"crowdinId": "no",
|
|
5091
5287
|
"curriculum": {
|
|
5092
5288
|
"foundations": "eng",
|
|
5289
|
+
"onboarding": "eng",
|
|
5093
5290
|
"questions": "eng",
|
|
5094
5291
|
"topics": "eng"
|
|
5095
5292
|
},
|
|
@@ -5120,6 +5317,7 @@
|
|
|
5120
5317
|
"crowdinId": "ne-NP",
|
|
5121
5318
|
"curriculum": {
|
|
5122
5319
|
"foundations": "eng",
|
|
5320
|
+
"onboarding": "eng",
|
|
5123
5321
|
"questions": "eng",
|
|
5124
5322
|
"topics": "eng"
|
|
5125
5323
|
},
|
|
@@ -5149,6 +5347,7 @@
|
|
|
5149
5347
|
"crowdinId": "nso",
|
|
5150
5348
|
"curriculum": {
|
|
5151
5349
|
"foundations": "eng",
|
|
5350
|
+
"onboarding": "eng",
|
|
5152
5351
|
"questions": "eng",
|
|
5153
5352
|
"topics": "eng"
|
|
5154
5353
|
},
|
|
@@ -5173,6 +5372,7 @@
|
|
|
5173
5372
|
"crowdinId": "ny",
|
|
5174
5373
|
"curriculum": {
|
|
5175
5374
|
"foundations": "eng",
|
|
5375
|
+
"onboarding": "eng",
|
|
5176
5376
|
"questions": "eng",
|
|
5177
5377
|
"topics": "eng"
|
|
5178
5378
|
},
|
|
@@ -5200,6 +5400,7 @@
|
|
|
5200
5400
|
"crowdinId": "oc",
|
|
5201
5401
|
"curriculum": {
|
|
5202
5402
|
"foundations": "eng",
|
|
5403
|
+
"onboarding": "eng",
|
|
5203
5404
|
"questions": "eng",
|
|
5204
5405
|
"topics": "eng"
|
|
5205
5406
|
},
|
|
@@ -5223,6 +5424,7 @@
|
|
|
5223
5424
|
"crowdinId": "oj",
|
|
5224
5425
|
"curriculum": {
|
|
5225
5426
|
"foundations": "eng",
|
|
5427
|
+
"onboarding": "eng",
|
|
5226
5428
|
"questions": "eng",
|
|
5227
5429
|
"topics": "eng"
|
|
5228
5430
|
},
|
|
@@ -5245,6 +5447,7 @@
|
|
|
5245
5447
|
"crowdinId": "or",
|
|
5246
5448
|
"curriculum": {
|
|
5247
5449
|
"foundations": "eng",
|
|
5450
|
+
"onboarding": "eng",
|
|
5248
5451
|
"questions": "eng",
|
|
5249
5452
|
"topics": "eng"
|
|
5250
5453
|
},
|
|
@@ -5269,6 +5472,7 @@
|
|
|
5269
5472
|
"crowdinId": "om",
|
|
5270
5473
|
"curriculum": {
|
|
5271
5474
|
"foundations": "eng",
|
|
5475
|
+
"onboarding": "eng",
|
|
5272
5476
|
"questions": "eng",
|
|
5273
5477
|
"topics": "eng"
|
|
5274
5478
|
},
|
|
@@ -5295,6 +5499,7 @@
|
|
|
5295
5499
|
"crowdinId": "ory",
|
|
5296
5500
|
"curriculum": {
|
|
5297
5501
|
"foundations": "eng",
|
|
5502
|
+
"onboarding": "eng",
|
|
5298
5503
|
"questions": "eng",
|
|
5299
5504
|
"topics": "eng"
|
|
5300
5505
|
},
|
|
@@ -5318,6 +5523,7 @@
|
|
|
5318
5523
|
"crowdinId": "os",
|
|
5319
5524
|
"curriculum": {
|
|
5320
5525
|
"foundations": "eng",
|
|
5526
|
+
"onboarding": "eng",
|
|
5321
5527
|
"questions": "eng",
|
|
5322
5528
|
"topics": "eng"
|
|
5323
5529
|
},
|
|
@@ -5341,6 +5547,7 @@
|
|
|
5341
5547
|
"crowdinId": "pt-BR",
|
|
5342
5548
|
"curriculum": {
|
|
5343
5549
|
"foundations": "eng",
|
|
5550
|
+
"onboarding": "eng",
|
|
5344
5551
|
"questions": "eng",
|
|
5345
5552
|
"topics": "eng"
|
|
5346
5553
|
},
|
|
@@ -5364,6 +5571,7 @@
|
|
|
5364
5571
|
"crowdinId": "pam",
|
|
5365
5572
|
"curriculum": {
|
|
5366
5573
|
"foundations": "eng",
|
|
5574
|
+
"onboarding": "eng",
|
|
5367
5575
|
"questions": "eng",
|
|
5368
5576
|
"topics": "eng"
|
|
5369
5577
|
},
|
|
@@ -5388,6 +5596,7 @@
|
|
|
5388
5596
|
"crowdinId": "pa-IN",
|
|
5389
5597
|
"curriculum": {
|
|
5390
5598
|
"foundations": "eng",
|
|
5599
|
+
"onboarding": "eng",
|
|
5391
5600
|
"questions": "eng",
|
|
5392
5601
|
"topics": "eng"
|
|
5393
5602
|
},
|
|
@@ -5416,6 +5625,7 @@
|
|
|
5416
5625
|
"crowdinId": "pap",
|
|
5417
5626
|
"curriculum": {
|
|
5418
5627
|
"foundations": "eng",
|
|
5628
|
+
"onboarding": "eng",
|
|
5419
5629
|
"questions": "eng",
|
|
5420
5630
|
"topics": "eng"
|
|
5421
5631
|
},
|
|
@@ -5440,6 +5650,7 @@
|
|
|
5440
5650
|
"crowdinId": "pcm",
|
|
5441
5651
|
"curriculum": {
|
|
5442
5652
|
"foundations": "eng",
|
|
5653
|
+
"onboarding": "eng",
|
|
5443
5654
|
"questions": "eng",
|
|
5444
5655
|
"topics": "eng"
|
|
5445
5656
|
},
|
|
@@ -5467,6 +5678,7 @@
|
|
|
5467
5678
|
"crowdinId": "peg",
|
|
5468
5679
|
"curriculum": {
|
|
5469
5680
|
"foundations": "eng",
|
|
5681
|
+
"onboarding": "eng",
|
|
5470
5682
|
"questions": "eng",
|
|
5471
5683
|
"topics": "eng"
|
|
5472
5684
|
},
|
|
@@ -5492,6 +5704,7 @@
|
|
|
5492
5704
|
"crowdinId": "fa",
|
|
5493
5705
|
"curriculum": {
|
|
5494
5706
|
"foundations": "eng",
|
|
5707
|
+
"onboarding": "eng",
|
|
5495
5708
|
"questions": "eng",
|
|
5496
5709
|
"topics": "eng"
|
|
5497
5710
|
},
|
|
@@ -5534,6 +5747,7 @@
|
|
|
5534
5747
|
"crowdinId": "pi",
|
|
5535
5748
|
"curriculum": {
|
|
5536
5749
|
"foundations": "eng",
|
|
5750
|
+
"onboarding": "eng",
|
|
5537
5751
|
"questions": "eng",
|
|
5538
5752
|
"topics": "eng"
|
|
5539
5753
|
},
|
|
@@ -5557,6 +5771,7 @@
|
|
|
5557
5771
|
"crowdinId": "pa-PK",
|
|
5558
5772
|
"curriculum": {
|
|
5559
5773
|
"foundations": "eng",
|
|
5774
|
+
"onboarding": "eng",
|
|
5560
5775
|
"questions": "eng",
|
|
5561
5776
|
"topics": "eng"
|
|
5562
5777
|
},
|
|
@@ -5583,6 +5798,7 @@
|
|
|
5583
5798
|
"crowdinId": "pl",
|
|
5584
5799
|
"curriculum": {
|
|
5585
5800
|
"foundations": "eng",
|
|
5801
|
+
"onboarding": "eng",
|
|
5586
5802
|
"questions": "eng",
|
|
5587
5803
|
"topics": "eng"
|
|
5588
5804
|
},
|
|
@@ -5616,6 +5832,7 @@
|
|
|
5616
5832
|
"crowdinId": "pt-PT",
|
|
5617
5833
|
"curriculum": {
|
|
5618
5834
|
"foundations": "eng",
|
|
5835
|
+
"onboarding": "eng",
|
|
5619
5836
|
"questions": "eng",
|
|
5620
5837
|
"topics": "eng"
|
|
5621
5838
|
},
|
|
@@ -5649,6 +5866,7 @@
|
|
|
5649
5866
|
"crowdinId": "fa-AF",
|
|
5650
5867
|
"curriculum": {
|
|
5651
5868
|
"foundations": "eng",
|
|
5869
|
+
"onboarding": "eng",
|
|
5652
5870
|
"questions": "eng",
|
|
5653
5871
|
"topics": "eng"
|
|
5654
5872
|
},
|
|
@@ -5679,6 +5897,7 @@
|
|
|
5679
5897
|
"crowdinId": "ps",
|
|
5680
5898
|
"curriculum": {
|
|
5681
5899
|
"foundations": "eng",
|
|
5900
|
+
"onboarding": "eng",
|
|
5682
5901
|
"questions": "eng",
|
|
5683
5902
|
"topics": "eng"
|
|
5684
5903
|
},
|
|
@@ -5711,6 +5930,7 @@
|
|
|
5711
5930
|
"crowdinId": "qak",
|
|
5712
5931
|
"curriculum": {
|
|
5713
5932
|
"foundations": "ais",
|
|
5933
|
+
"onboarding": "eng",
|
|
5714
5934
|
"questions": "eng",
|
|
5715
5935
|
"topics": "eng"
|
|
5716
5936
|
},
|
|
@@ -5737,6 +5957,7 @@
|
|
|
5737
5957
|
"crowdinId": "quc",
|
|
5738
5958
|
"curriculum": {
|
|
5739
5959
|
"foundations": "eng",
|
|
5960
|
+
"onboarding": "eng",
|
|
5740
5961
|
"questions": "eng",
|
|
5741
5962
|
"topics": "eng"
|
|
5742
5963
|
},
|
|
@@ -5760,6 +5981,7 @@
|
|
|
5760
5981
|
"crowdinId": "qu",
|
|
5761
5982
|
"curriculum": {
|
|
5762
5983
|
"foundations": "eng",
|
|
5984
|
+
"onboarding": "eng",
|
|
5763
5985
|
"questions": "eng",
|
|
5764
5986
|
"topics": "eng"
|
|
5765
5987
|
},
|
|
@@ -5783,6 +6005,7 @@
|
|
|
5783
6005
|
"crowdinId": "qya-AA",
|
|
5784
6006
|
"curriculum": {
|
|
5785
6007
|
"foundations": "eng",
|
|
6008
|
+
"onboarding": "eng",
|
|
5786
6009
|
"questions": "eng",
|
|
5787
6010
|
"topics": "eng"
|
|
5788
6011
|
},
|
|
@@ -5811,6 +6034,7 @@
|
|
|
5811
6034
|
"crowdinId": "ra",
|
|
5812
6035
|
"curriculum": {
|
|
5813
6036
|
"foundations": "eng",
|
|
6037
|
+
"onboarding": "rif",
|
|
5814
6038
|
"questions": "eng",
|
|
5815
6039
|
"topics": "eng"
|
|
5816
6040
|
},
|
|
@@ -5843,6 +6067,7 @@
|
|
|
5843
6067
|
"crowdinId": "rf",
|
|
5844
6068
|
"curriculum": {
|
|
5845
6069
|
"foundations": "eng",
|
|
6070
|
+
"onboarding": "rif",
|
|
5846
6071
|
"questions": "eng",
|
|
5847
6072
|
"topics": "eng"
|
|
5848
6073
|
},
|
|
@@ -5872,6 +6097,7 @@
|
|
|
5872
6097
|
"crowdinId": "rmc",
|
|
5873
6098
|
"curriculum": {
|
|
5874
6099
|
"foundations": "eng",
|
|
6100
|
+
"onboarding": "eng",
|
|
5875
6101
|
"questions": "eng",
|
|
5876
6102
|
"topics": "eng"
|
|
5877
6103
|
},
|
|
@@ -5895,6 +6121,7 @@
|
|
|
5895
6121
|
"crowdinId": "rmn",
|
|
5896
6122
|
"curriculum": {
|
|
5897
6123
|
"foundations": "eng",
|
|
6124
|
+
"onboarding": "eng",
|
|
5898
6125
|
"questions": "eng",
|
|
5899
6126
|
"topics": "eng"
|
|
5900
6127
|
},
|
|
@@ -5918,6 +6145,7 @@
|
|
|
5918
6145
|
"crowdinId": "rmy",
|
|
5919
6146
|
"curriculum": {
|
|
5920
6147
|
"foundations": "eng",
|
|
6148
|
+
"onboarding": "eng",
|
|
5921
6149
|
"questions": "eng",
|
|
5922
6150
|
"topics": "eng"
|
|
5923
6151
|
},
|
|
@@ -5941,6 +6169,7 @@
|
|
|
5941
6169
|
"crowdinId": "rm-CH",
|
|
5942
6170
|
"curriculum": {
|
|
5943
6171
|
"foundations": "eng",
|
|
6172
|
+
"onboarding": "eng",
|
|
5944
6173
|
"questions": "eng",
|
|
5945
6174
|
"topics": "eng"
|
|
5946
6175
|
},
|
|
@@ -5967,6 +6196,7 @@
|
|
|
5967
6196
|
"crowdinId": "ro",
|
|
5968
6197
|
"curriculum": {
|
|
5969
6198
|
"foundations": "eng",
|
|
6199
|
+
"onboarding": "eng",
|
|
5970
6200
|
"questions": "eng",
|
|
5971
6201
|
"topics": "eng"
|
|
5972
6202
|
},
|
|
@@ -5996,6 +6226,7 @@
|
|
|
5996
6226
|
"crowdinId": "rn",
|
|
5997
6227
|
"curriculum": {
|
|
5998
6228
|
"foundations": "eng",
|
|
6229
|
+
"onboarding": "eng",
|
|
5999
6230
|
"questions": "eng",
|
|
6000
6231
|
"topics": "eng"
|
|
6001
6232
|
},
|
|
@@ -6022,6 +6253,7 @@
|
|
|
6022
6253
|
"crowdinId": "ru",
|
|
6023
6254
|
"curriculum": {
|
|
6024
6255
|
"foundations": "rus",
|
|
6256
|
+
"onboarding": "rus",
|
|
6025
6257
|
"questions": "eng",
|
|
6026
6258
|
"topics": "rus"
|
|
6027
6259
|
},
|
|
@@ -6053,6 +6285,7 @@
|
|
|
6053
6285
|
"crowdinId": "sg",
|
|
6054
6286
|
"curriculum": {
|
|
6055
6287
|
"foundations": "eng",
|
|
6288
|
+
"onboarding": "eng",
|
|
6056
6289
|
"questions": "eng",
|
|
6057
6290
|
"topics": "eng"
|
|
6058
6291
|
},
|
|
@@ -6076,6 +6309,7 @@
|
|
|
6076
6309
|
"crowdinId": "sah",
|
|
6077
6310
|
"curriculum": {
|
|
6078
6311
|
"foundations": "eng",
|
|
6312
|
+
"onboarding": "eng",
|
|
6079
6313
|
"questions": "eng",
|
|
6080
6314
|
"topics": "eng"
|
|
6081
6315
|
},
|
|
@@ -6099,6 +6333,7 @@
|
|
|
6099
6333
|
"crowdinId": "sa",
|
|
6100
6334
|
"curriculum": {
|
|
6101
6335
|
"foundations": "eng",
|
|
6336
|
+
"onboarding": "eng",
|
|
6102
6337
|
"questions": "eng",
|
|
6103
6338
|
"topics": "eng"
|
|
6104
6339
|
},
|
|
@@ -6122,6 +6357,7 @@
|
|
|
6122
6357
|
"crowdinId": "sat",
|
|
6123
6358
|
"curriculum": {
|
|
6124
6359
|
"foundations": "eng",
|
|
6360
|
+
"onboarding": "eng",
|
|
6125
6361
|
"questions": "eng",
|
|
6126
6362
|
"topics": "eng"
|
|
6127
6363
|
},
|
|
@@ -6145,6 +6381,7 @@
|
|
|
6145
6381
|
"crowdinId": "sch",
|
|
6146
6382
|
"curriculum": {
|
|
6147
6383
|
"foundations": "eng",
|
|
6384
|
+
"onboarding": "eng",
|
|
6148
6385
|
"questions": "eng",
|
|
6149
6386
|
"topics": "eng"
|
|
6150
6387
|
},
|
|
@@ -6168,6 +6405,7 @@
|
|
|
6168
6405
|
"crowdinId": "sco",
|
|
6169
6406
|
"curriculum": {
|
|
6170
6407
|
"foundations": "eng",
|
|
6408
|
+
"onboarding": "eng",
|
|
6171
6409
|
"questions": "eng",
|
|
6172
6410
|
"topics": "eng"
|
|
6173
6411
|
},
|
|
@@ -6192,6 +6430,7 @@
|
|
|
6192
6430
|
"crowdinId": "ku",
|
|
6193
6431
|
"curriculum": {
|
|
6194
6432
|
"foundations": "eng",
|
|
6433
|
+
"onboarding": "eng",
|
|
6195
6434
|
"questions": "eng",
|
|
6196
6435
|
"topics": "eng"
|
|
6197
6436
|
},
|
|
@@ -6219,6 +6458,7 @@
|
|
|
6219
6458
|
"crowdinId": "me",
|
|
6220
6459
|
"curriculum": {
|
|
6221
6460
|
"foundations": "eng",
|
|
6461
|
+
"onboarding": "eng",
|
|
6222
6462
|
"questions": "eng",
|
|
6223
6463
|
"topics": "eng"
|
|
6224
6464
|
},
|
|
@@ -6243,6 +6483,7 @@
|
|
|
6243
6483
|
"crowdinId": "sr",
|
|
6244
6484
|
"curriculum": {
|
|
6245
6485
|
"foundations": "eng",
|
|
6486
|
+
"onboarding": "eng",
|
|
6246
6487
|
"questions": "eng",
|
|
6247
6488
|
"topics": "eng"
|
|
6248
6489
|
},
|
|
@@ -6270,6 +6511,7 @@
|
|
|
6270
6511
|
"crowdinId": "sr-CS",
|
|
6271
6512
|
"curriculum": {
|
|
6272
6513
|
"foundations": "eng",
|
|
6514
|
+
"onboarding": "eng",
|
|
6273
6515
|
"questions": "eng",
|
|
6274
6516
|
"topics": "eng"
|
|
6275
6517
|
},
|
|
@@ -6300,6 +6542,7 @@
|
|
|
6300
6542
|
"crowdinId": "tq",
|
|
6301
6543
|
"curriculum": {
|
|
6302
6544
|
"foundations": "eng",
|
|
6545
|
+
"onboarding": "eng",
|
|
6303
6546
|
"questions": "eng",
|
|
6304
6547
|
"topics": "eng"
|
|
6305
6548
|
},
|
|
@@ -6332,6 +6575,7 @@
|
|
|
6332
6575
|
"crowdinId": "tc",
|
|
6333
6576
|
"curriculum": {
|
|
6334
6577
|
"foundations": "eng",
|
|
6578
|
+
"onboarding": "eng",
|
|
6335
6579
|
"questions": "eng",
|
|
6336
6580
|
"topics": "eng"
|
|
6337
6581
|
},
|
|
@@ -6360,6 +6604,7 @@
|
|
|
6360
6604
|
"crowdinId": "si-LK",
|
|
6361
6605
|
"curriculum": {
|
|
6362
6606
|
"foundations": "eng",
|
|
6607
|
+
"onboarding": "eng",
|
|
6363
6608
|
"questions": "eng",
|
|
6364
6609
|
"topics": "eng"
|
|
6365
6610
|
},
|
|
@@ -6383,6 +6628,7 @@
|
|
|
6383
6628
|
"crowdinId": "skr",
|
|
6384
6629
|
"curriculum": {
|
|
6385
6630
|
"foundations": "eng",
|
|
6631
|
+
"onboarding": "eng",
|
|
6386
6632
|
"questions": "eng",
|
|
6387
6633
|
"topics": "eng"
|
|
6388
6634
|
},
|
|
@@ -6406,6 +6652,7 @@
|
|
|
6406
6652
|
"crowdinId": "ry-UA",
|
|
6407
6653
|
"curriculum": {
|
|
6408
6654
|
"foundations": "eng",
|
|
6655
|
+
"onboarding": "eng",
|
|
6409
6656
|
"questions": "eng",
|
|
6410
6657
|
"topics": "eng"
|
|
6411
6658
|
},
|
|
@@ -6429,6 +6676,7 @@
|
|
|
6429
6676
|
"crowdinId": "sk",
|
|
6430
6677
|
"curriculum": {
|
|
6431
6678
|
"foundations": "eng",
|
|
6679
|
+
"onboarding": "eng",
|
|
6432
6680
|
"questions": "eng",
|
|
6433
6681
|
"topics": "eng"
|
|
6434
6682
|
},
|
|
@@ -6453,6 +6701,7 @@
|
|
|
6453
6701
|
"crowdinId": "sl",
|
|
6454
6702
|
"curriculum": {
|
|
6455
6703
|
"foundations": "eng",
|
|
6704
|
+
"onboarding": "eng",
|
|
6456
6705
|
"questions": "eng",
|
|
6457
6706
|
"topics": "eng"
|
|
6458
6707
|
},
|
|
@@ -6481,6 +6730,7 @@
|
|
|
6481
6730
|
"crowdinId": "sma",
|
|
6482
6731
|
"curriculum": {
|
|
6483
6732
|
"foundations": "eng",
|
|
6733
|
+
"onboarding": "eng",
|
|
6484
6734
|
"questions": "eng",
|
|
6485
6735
|
"topics": "eng"
|
|
6486
6736
|
},
|
|
@@ -6503,6 +6753,7 @@
|
|
|
6503
6753
|
"crowdinId": "se",
|
|
6504
6754
|
"curriculum": {
|
|
6505
6755
|
"foundations": "eng",
|
|
6756
|
+
"onboarding": "eng",
|
|
6506
6757
|
"questions": "eng",
|
|
6507
6758
|
"topics": "eng"
|
|
6508
6759
|
},
|
|
@@ -6527,6 +6778,7 @@
|
|
|
6527
6778
|
"crowdinId": "sn",
|
|
6528
6779
|
"curriculum": {
|
|
6529
6780
|
"foundations": "eng",
|
|
6781
|
+
"onboarding": "eng",
|
|
6530
6782
|
"questions": "eng",
|
|
6531
6783
|
"topics": "eng"
|
|
6532
6784
|
},
|
|
@@ -6554,6 +6806,7 @@
|
|
|
6554
6806
|
"crowdinId": "sd",
|
|
6555
6807
|
"curriculum": {
|
|
6556
6808
|
"foundations": "eng",
|
|
6809
|
+
"onboarding": "eng",
|
|
6557
6810
|
"questions": "eng",
|
|
6558
6811
|
"topics": "eng"
|
|
6559
6812
|
},
|
|
@@ -6580,6 +6833,7 @@
|
|
|
6580
6833
|
"crowdinId": "so",
|
|
6581
6834
|
"curriculum": {
|
|
6582
6835
|
"foundations": "eng",
|
|
6836
|
+
"onboarding": "eng",
|
|
6583
6837
|
"questions": "eng",
|
|
6584
6838
|
"topics": "eng"
|
|
6585
6839
|
},
|
|
@@ -6608,6 +6862,7 @@
|
|
|
6608
6862
|
"crowdinId": "son",
|
|
6609
6863
|
"curriculum": {
|
|
6610
6864
|
"foundations": "eng",
|
|
6865
|
+
"onboarding": "eng",
|
|
6611
6866
|
"questions": "eng",
|
|
6612
6867
|
"topics": "eng"
|
|
6613
6868
|
},
|
|
@@ -6631,6 +6886,7 @@
|
|
|
6631
6886
|
"crowdinId": "st",
|
|
6632
6887
|
"curriculum": {
|
|
6633
6888
|
"foundations": "eng",
|
|
6889
|
+
"onboarding": "eng",
|
|
6634
6890
|
"questions": "eng",
|
|
6635
6891
|
"topics": "eng"
|
|
6636
6892
|
},
|
|
@@ -6657,6 +6913,7 @@
|
|
|
6657
6913
|
"crowdinId": "es-419",
|
|
6658
6914
|
"curriculum": {
|
|
6659
6915
|
"foundations": "eng",
|
|
6916
|
+
"onboarding": "eng",
|
|
6660
6917
|
"questions": "eng",
|
|
6661
6918
|
"topics": "eng"
|
|
6662
6919
|
},
|
|
@@ -6691,6 +6948,7 @@
|
|
|
6691
6948
|
"crowdinId": "sq",
|
|
6692
6949
|
"curriculum": {
|
|
6693
6950
|
"foundations": "eng",
|
|
6951
|
+
"onboarding": "eng",
|
|
6694
6952
|
"questions": "eng",
|
|
6695
6953
|
"topics": "eng"
|
|
6696
6954
|
},
|
|
@@ -6714,6 +6972,7 @@
|
|
|
6714
6972
|
"crowdinId": "sc",
|
|
6715
6973
|
"curriculum": {
|
|
6716
6974
|
"foundations": "eng",
|
|
6975
|
+
"onboarding": "eng",
|
|
6717
6976
|
"questions": "eng",
|
|
6718
6977
|
"topics": "eng"
|
|
6719
6978
|
},
|
|
@@ -6736,6 +6995,7 @@
|
|
|
6736
6995
|
"crowdinId": "sr-Cyrl-ME",
|
|
6737
6996
|
"curriculum": {
|
|
6738
6997
|
"foundations": "eng",
|
|
6998
|
+
"onboarding": "eng",
|
|
6739
6999
|
"questions": "eng",
|
|
6740
7000
|
"topics": "eng"
|
|
6741
7001
|
},
|
|
@@ -6759,6 +7019,7 @@
|
|
|
6759
7019
|
"crowdinId": "ss",
|
|
6760
7020
|
"curriculum": {
|
|
6761
7021
|
"foundations": "eng",
|
|
7022
|
+
"onboarding": "eng",
|
|
6762
7023
|
"questions": "eng",
|
|
6763
7024
|
"topics": "eng"
|
|
6764
7025
|
},
|
|
@@ -6782,6 +7043,7 @@
|
|
|
6782
7043
|
"crowdinId": "su",
|
|
6783
7044
|
"curriculum": {
|
|
6784
7045
|
"foundations": "eng",
|
|
7046
|
+
"onboarding": "eng",
|
|
6785
7047
|
"questions": "eng",
|
|
6786
7048
|
"topics": "eng"
|
|
6787
7049
|
},
|
|
@@ -6808,6 +7070,7 @@
|
|
|
6808
7070
|
"crowdinId": "sv-SE",
|
|
6809
7071
|
"curriculum": {
|
|
6810
7072
|
"foundations": "eng",
|
|
7073
|
+
"onboarding": "eng",
|
|
6811
7074
|
"questions": "eng",
|
|
6812
7075
|
"topics": "eng"
|
|
6813
7076
|
},
|
|
@@ -6840,6 +7103,7 @@
|
|
|
6840
7103
|
"crowdinId": "sw-TZ",
|
|
6841
7104
|
"curriculum": {
|
|
6842
7105
|
"foundations": "eng",
|
|
7106
|
+
"onboarding": "eng",
|
|
6843
7107
|
"questions": "eng",
|
|
6844
7108
|
"topics": "eng"
|
|
6845
7109
|
},
|
|
@@ -6865,6 +7129,7 @@
|
|
|
6865
7129
|
"crowdinId": "syc",
|
|
6866
7130
|
"curriculum": {
|
|
6867
7131
|
"foundations": "eng",
|
|
7132
|
+
"onboarding": "eng",
|
|
6868
7133
|
"questions": "eng",
|
|
6869
7134
|
"topics": "eng"
|
|
6870
7135
|
},
|
|
@@ -6887,6 +7152,7 @@
|
|
|
6887
7152
|
"crowdinId": "ty",
|
|
6888
7153
|
"curriculum": {
|
|
6889
7154
|
"foundations": "eng",
|
|
7155
|
+
"onboarding": "eng",
|
|
6890
7156
|
"questions": "eng",
|
|
6891
7157
|
"topics": "eng"
|
|
6892
7158
|
},
|
|
@@ -6911,6 +7177,7 @@
|
|
|
6911
7177
|
"crowdinId": "ta",
|
|
6912
7178
|
"curriculum": {
|
|
6913
7179
|
"foundations": "eng",
|
|
7180
|
+
"onboarding": "eng",
|
|
6914
7181
|
"questions": "eng",
|
|
6915
7182
|
"topics": "eng"
|
|
6916
7183
|
},
|
|
@@ -6939,6 +7206,7 @@
|
|
|
6939
7206
|
"crowdinId": "tt-RU",
|
|
6940
7207
|
"curriculum": {
|
|
6941
7208
|
"foundations": "eng",
|
|
7209
|
+
"onboarding": "eng",
|
|
6942
7210
|
"questions": "eng",
|
|
6943
7211
|
"topics": "eng"
|
|
6944
7212
|
},
|
|
@@ -6962,6 +7230,7 @@
|
|
|
6962
7230
|
"crowdinId": "tay",
|
|
6963
7231
|
"curriculum": {
|
|
6964
7232
|
"foundations": "eng",
|
|
7233
|
+
"onboarding": "eng",
|
|
6965
7234
|
"questions": "eng",
|
|
6966
7235
|
"topics": "eng"
|
|
6967
7236
|
},
|
|
@@ -6988,6 +7257,7 @@
|
|
|
6988
7257
|
"crowdinId": "te",
|
|
6989
7258
|
"curriculum": {
|
|
6990
7259
|
"foundations": "eng",
|
|
7260
|
+
"onboarding": "eng",
|
|
6991
7261
|
"questions": "eng",
|
|
6992
7262
|
"topics": "eng"
|
|
6993
7263
|
},
|
|
@@ -7017,6 +7287,7 @@
|
|
|
7017
7287
|
"bcpLanguageId": "tet",
|
|
7018
7288
|
"curriculum": {
|
|
7019
7289
|
"foundations": "eng",
|
|
7290
|
+
"onboarding": "eng",
|
|
7020
7291
|
"questions": "eng",
|
|
7021
7292
|
"topics": "eng"
|
|
7022
7293
|
},
|
|
@@ -7043,6 +7314,7 @@
|
|
|
7043
7314
|
"crowdinId": "tgj",
|
|
7044
7315
|
"curriculum": {
|
|
7045
7316
|
"foundations": "eng",
|
|
7317
|
+
"onboarding": "eng",
|
|
7046
7318
|
"questions": "eng",
|
|
7047
7319
|
"topics": "eng"
|
|
7048
7320
|
},
|
|
@@ -7066,6 +7338,7 @@
|
|
|
7066
7338
|
"crowdinId": "tg",
|
|
7067
7339
|
"curriculum": {
|
|
7068
7340
|
"foundations": "eng",
|
|
7341
|
+
"onboarding": "eng",
|
|
7069
7342
|
"questions": "eng",
|
|
7070
7343
|
"topics": "eng"
|
|
7071
7344
|
},
|
|
@@ -7091,6 +7364,7 @@
|
|
|
7091
7364
|
"crowdinId": "tl",
|
|
7092
7365
|
"curriculum": {
|
|
7093
7366
|
"foundations": "eng",
|
|
7367
|
+
"onboarding": "eng",
|
|
7094
7368
|
"questions": "eng",
|
|
7095
7369
|
"topics": "eng"
|
|
7096
7370
|
},
|
|
@@ -7121,6 +7395,7 @@
|
|
|
7121
7395
|
"crowdinId": "th",
|
|
7122
7396
|
"curriculum": {
|
|
7123
7397
|
"foundations": "eng",
|
|
7398
|
+
"onboarding": "eng",
|
|
7124
7399
|
"questions": "tha",
|
|
7125
7400
|
"topics": "eng"
|
|
7126
7401
|
},
|
|
@@ -7151,6 +7426,7 @@
|
|
|
7151
7426
|
"crowdinId": "thr",
|
|
7152
7427
|
"curriculum": {
|
|
7153
7428
|
"foundations": "eng",
|
|
7429
|
+
"onboarding": "eng",
|
|
7154
7430
|
"questions": "eng",
|
|
7155
7431
|
"topics": "eng"
|
|
7156
7432
|
},
|
|
@@ -7174,6 +7450,7 @@
|
|
|
7174
7450
|
"bcpLanguageId": "thv",
|
|
7175
7451
|
"curriculum": {
|
|
7176
7452
|
"foundations": "eng",
|
|
7453
|
+
"onboarding": "eng",
|
|
7177
7454
|
"questions": "eng",
|
|
7178
7455
|
"topics": "eng"
|
|
7179
7456
|
},
|
|
@@ -7199,6 +7476,7 @@
|
|
|
7199
7476
|
"crowdinId": "bo-BT",
|
|
7200
7477
|
"curriculum": {
|
|
7201
7478
|
"foundations": "eng",
|
|
7479
|
+
"onboarding": "eng",
|
|
7202
7480
|
"questions": "eng",
|
|
7203
7481
|
"topics": "eng"
|
|
7204
7482
|
},
|
|
@@ -7222,6 +7500,7 @@
|
|
|
7222
7500
|
"crowdinId": "ti",
|
|
7223
7501
|
"curriculum": {
|
|
7224
7502
|
"foundations": "eng",
|
|
7503
|
+
"onboarding": "eng",
|
|
7225
7504
|
"questions": "eng",
|
|
7226
7505
|
"topics": "eng"
|
|
7227
7506
|
},
|
|
@@ -7246,6 +7525,7 @@
|
|
|
7246
7525
|
"crowdinId": "tn",
|
|
7247
7526
|
"curriculum": {
|
|
7248
7527
|
"foundations": "eng",
|
|
7528
|
+
"onboarding": "eng",
|
|
7249
7529
|
"questions": "eng",
|
|
7250
7530
|
"topics": "eng"
|
|
7251
7531
|
},
|
|
@@ -7272,6 +7552,7 @@
|
|
|
7272
7552
|
"crowdinId": "ts",
|
|
7273
7553
|
"curriculum": {
|
|
7274
7554
|
"foundations": "eng",
|
|
7555
|
+
"onboarding": "eng",
|
|
7275
7556
|
"questions": "eng",
|
|
7276
7557
|
"topics": "eng"
|
|
7277
7558
|
},
|
|
@@ -7295,6 +7576,7 @@
|
|
|
7295
7576
|
"crowdinId": "tk",
|
|
7296
7577
|
"curriculum": {
|
|
7297
7578
|
"foundations": "eng",
|
|
7579
|
+
"onboarding": "eng",
|
|
7298
7580
|
"questions": "eng",
|
|
7299
7581
|
"topics": "eng"
|
|
7300
7582
|
},
|
|
@@ -7321,6 +7603,7 @@
|
|
|
7321
7603
|
"crowdinId": "tr",
|
|
7322
7604
|
"curriculum": {
|
|
7323
7605
|
"foundations": "tur",
|
|
7606
|
+
"onboarding": "eng",
|
|
7324
7607
|
"questions": "eng",
|
|
7325
7608
|
"topics": "tur"
|
|
7326
7609
|
},
|
|
@@ -7351,6 +7634,7 @@
|
|
|
7351
7634
|
"crowdinId": "tw",
|
|
7352
7635
|
"curriculum": {
|
|
7353
7636
|
"foundations": "eng",
|
|
7637
|
+
"onboarding": "eng",
|
|
7354
7638
|
"questions": "eng",
|
|
7355
7639
|
"topics": "eng"
|
|
7356
7640
|
},
|
|
@@ -7374,6 +7658,7 @@
|
|
|
7374
7658
|
"crowdinId": "tzl",
|
|
7375
7659
|
"curriculum": {
|
|
7376
7660
|
"foundations": "eng",
|
|
7661
|
+
"onboarding": "eng",
|
|
7377
7662
|
"questions": "eng",
|
|
7378
7663
|
"topics": "eng"
|
|
7379
7664
|
},
|
|
@@ -7402,6 +7687,7 @@
|
|
|
7402
7687
|
"crowdinId": "tzm",
|
|
7403
7688
|
"curriculum": {
|
|
7404
7689
|
"foundations": "eng",
|
|
7690
|
+
"onboarding": "rif",
|
|
7405
7691
|
"questions": "eng",
|
|
7406
7692
|
"topics": "eng"
|
|
7407
7693
|
},
|
|
@@ -7430,6 +7716,7 @@
|
|
|
7430
7716
|
"crowdinId": "ur-IN",
|
|
7431
7717
|
"curriculum": {
|
|
7432
7718
|
"foundations": "eng",
|
|
7719
|
+
"onboarding": "eng",
|
|
7433
7720
|
"questions": "eng",
|
|
7434
7721
|
"topics": "eng"
|
|
7435
7722
|
},
|
|
@@ -7456,6 +7743,7 @@
|
|
|
7456
7743
|
"crowdinId": "ug",
|
|
7457
7744
|
"curriculum": {
|
|
7458
7745
|
"foundations": "tur",
|
|
7746
|
+
"onboarding": "eng",
|
|
7459
7747
|
"questions": "eng",
|
|
7460
7748
|
"topics": "tur"
|
|
7461
7749
|
},
|
|
@@ -7487,6 +7775,7 @@
|
|
|
7487
7775
|
"crowdinId": "uk",
|
|
7488
7776
|
"curriculum": {
|
|
7489
7777
|
"foundations": "eng",
|
|
7778
|
+
"onboarding": "eng",
|
|
7490
7779
|
"questions": "eng",
|
|
7491
7780
|
"topics": "eng"
|
|
7492
7781
|
},
|
|
@@ -7517,6 +7806,7 @@
|
|
|
7517
7806
|
"crowdinId": "unr",
|
|
7518
7807
|
"curriculum": {
|
|
7519
7808
|
"foundations": "eng",
|
|
7809
|
+
"onboarding": "eng",
|
|
7520
7810
|
"questions": "eng",
|
|
7521
7811
|
"topics": "eng"
|
|
7522
7812
|
},
|
|
@@ -7543,6 +7833,7 @@
|
|
|
7543
7833
|
"crowdinId": "ur-PK",
|
|
7544
7834
|
"curriculum": {
|
|
7545
7835
|
"foundations": "hic",
|
|
7836
|
+
"onboarding": "eng",
|
|
7546
7837
|
"questions": "eng",
|
|
7547
7838
|
"topics": "eng"
|
|
7548
7839
|
},
|
|
@@ -7574,6 +7865,7 @@
|
|
|
7574
7865
|
"crowdinId": "uz",
|
|
7575
7866
|
"curriculum": {
|
|
7576
7867
|
"foundations": "eng",
|
|
7868
|
+
"onboarding": "eng",
|
|
7577
7869
|
"questions": "eng",
|
|
7578
7870
|
"topics": "eng"
|
|
7579
7871
|
},
|
|
@@ -7597,6 +7889,7 @@
|
|
|
7597
7889
|
"crowdinId": "val-ES",
|
|
7598
7890
|
"curriculum": {
|
|
7599
7891
|
"foundations": "eng",
|
|
7892
|
+
"onboarding": "eng",
|
|
7600
7893
|
"questions": "eng",
|
|
7601
7894
|
"topics": "eng"
|
|
7602
7895
|
},
|
|
@@ -7619,6 +7912,7 @@
|
|
|
7619
7912
|
"crowdinId": "vec",
|
|
7620
7913
|
"curriculum": {
|
|
7621
7914
|
"foundations": "eng",
|
|
7915
|
+
"onboarding": "eng",
|
|
7622
7916
|
"questions": "eng",
|
|
7623
7917
|
"topics": "eng"
|
|
7624
7918
|
},
|
|
@@ -7641,6 +7935,7 @@
|
|
|
7641
7935
|
"crowdinId": "ve",
|
|
7642
7936
|
"curriculum": {
|
|
7643
7937
|
"foundations": "eng",
|
|
7938
|
+
"onboarding": "eng",
|
|
7644
7939
|
"questions": "eng",
|
|
7645
7940
|
"topics": "eng"
|
|
7646
7941
|
},
|
|
@@ -7667,6 +7962,7 @@
|
|
|
7667
7962
|
"crowdinId": "vi",
|
|
7668
7963
|
"curriculum": {
|
|
7669
7964
|
"foundations": "eng",
|
|
7965
|
+
"onboarding": "eng",
|
|
7670
7966
|
"questions": "eng",
|
|
7671
7967
|
"topics": "eng"
|
|
7672
7968
|
},
|
|
@@ -7697,6 +7993,7 @@
|
|
|
7697
7993
|
"crowdinId": "vls-BE",
|
|
7698
7994
|
"curriculum": {
|
|
7699
7995
|
"foundations": "eng",
|
|
7996
|
+
"onboarding": "eng",
|
|
7700
7997
|
"questions": "eng",
|
|
7701
7998
|
"topics": "eng"
|
|
7702
7999
|
},
|
|
@@ -7720,6 +8017,7 @@
|
|
|
7720
8017
|
"crowdinId": "wa",
|
|
7721
8018
|
"curriculum": {
|
|
7722
8019
|
"foundations": "eng",
|
|
8020
|
+
"onboarding": "eng",
|
|
7723
8021
|
"questions": "eng",
|
|
7724
8022
|
"topics": "eng"
|
|
7725
8023
|
},
|
|
@@ -7742,6 +8040,7 @@
|
|
|
7742
8040
|
"crowdinId": "wo",
|
|
7743
8041
|
"curriculum": {
|
|
7744
8042
|
"foundations": "eng",
|
|
8043
|
+
"onboarding": "eng",
|
|
7745
8044
|
"questions": "eng",
|
|
7746
8045
|
"topics": "eng"
|
|
7747
8046
|
},
|
|
@@ -7765,6 +8064,7 @@
|
|
|
7765
8064
|
"bcpLanguageId": "wuu",
|
|
7766
8065
|
"curriculum": {
|
|
7767
8066
|
"foundations": "eng",
|
|
8067
|
+
"onboarding": "eng",
|
|
7768
8068
|
"questions": "eng",
|
|
7769
8069
|
"topics": "eng"
|
|
7770
8070
|
},
|
|
@@ -7791,6 +8091,7 @@
|
|
|
7791
8091
|
"crowdinId": "xh",
|
|
7792
8092
|
"curriculum": {
|
|
7793
8093
|
"foundations": "eng",
|
|
8094
|
+
"onboarding": "eng",
|
|
7794
8095
|
"questions": "eng",
|
|
7795
8096
|
"topics": "eng"
|
|
7796
8097
|
},
|
|
@@ -7814,6 +8115,7 @@
|
|
|
7814
8115
|
"crowdinId": "yao",
|
|
7815
8116
|
"curriculum": {
|
|
7816
8117
|
"foundations": "eng",
|
|
8118
|
+
"onboarding": "eng",
|
|
7817
8119
|
"questions": "eng",
|
|
7818
8120
|
"topics": "eng"
|
|
7819
8121
|
},
|
|
@@ -7837,6 +8139,7 @@
|
|
|
7837
8139
|
"crowdinId": "ybh",
|
|
7838
8140
|
"curriculum": {
|
|
7839
8141
|
"foundations": "eng",
|
|
8142
|
+
"onboarding": "eng",
|
|
7840
8143
|
"questions": "eng",
|
|
7841
8144
|
"topics": "eng"
|
|
7842
8145
|
},
|
|
@@ -7860,6 +8163,7 @@
|
|
|
7860
8163
|
"crowdinId": "yi",
|
|
7861
8164
|
"curriculum": {
|
|
7862
8165
|
"foundations": "eng",
|
|
8166
|
+
"onboarding": "eng",
|
|
7863
8167
|
"questions": "eng",
|
|
7864
8168
|
"topics": "eng"
|
|
7865
8169
|
},
|
|
@@ -7884,6 +8188,7 @@
|
|
|
7884
8188
|
"crowdinId": "yo",
|
|
7885
8189
|
"curriculum": {
|
|
7886
8190
|
"foundations": "eng",
|
|
8191
|
+
"onboarding": "eng",
|
|
7887
8192
|
"questions": "eng",
|
|
7888
8193
|
"topics": "eng"
|
|
7889
8194
|
},
|
|
@@ -7911,6 +8216,7 @@
|
|
|
7911
8216
|
"bcpLanguageId": "yue",
|
|
7912
8217
|
"curriculum": {
|
|
7913
8218
|
"foundations": "eng",
|
|
8219
|
+
"onboarding": "eng",
|
|
7914
8220
|
"questions": "eng",
|
|
7915
8221
|
"topics": "eng"
|
|
7916
8222
|
},
|
|
@@ -7937,6 +8243,7 @@
|
|
|
7937
8243
|
"crowdinId": "zh-TW",
|
|
7938
8244
|
"curriculum": {
|
|
7939
8245
|
"foundations": "eng",
|
|
8246
|
+
"onboarding": "eng",
|
|
7940
8247
|
"questions": "eng",
|
|
7941
8248
|
"topics": "eng"
|
|
7942
8249
|
},
|
|
@@ -7960,6 +8267,7 @@
|
|
|
7960
8267
|
"crowdinId": "zea",
|
|
7961
8268
|
"curriculum": {
|
|
7962
8269
|
"foundations": "eng",
|
|
8270
|
+
"onboarding": "eng",
|
|
7963
8271
|
"questions": "eng",
|
|
7964
8272
|
"topics": "eng"
|
|
7965
8273
|
},
|
|
@@ -7985,6 +8293,7 @@
|
|
|
7985
8293
|
"crowdinId": "ms",
|
|
7986
8294
|
"curriculum": {
|
|
7987
8295
|
"foundations": "eng",
|
|
8296
|
+
"onboarding": "eng",
|
|
7988
8297
|
"questions": "eng",
|
|
7989
8298
|
"topics": "eng"
|
|
7990
8299
|
},
|
|
@@ -8015,6 +8324,7 @@
|
|
|
8015
8324
|
"crowdinId": "zu",
|
|
8016
8325
|
"curriculum": {
|
|
8017
8326
|
"foundations": "eng",
|
|
8327
|
+
"onboarding": "eng",
|
|
8018
8328
|
"questions": "eng",
|
|
8019
8329
|
"topics": "eng"
|
|
8020
8330
|
},
|