touchstudy-core 0.1.13 → 0.1.14
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/index.js +43 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +43 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -1055,6 +1055,16 @@ var saturday = "토요일";
|
|
1055
1055
|
var total_lessons = "총 수업";
|
1056
1056
|
var weekly_days_required = "평일 필수";
|
1057
1057
|
var main_teacher = "주 교사";
|
1058
|
+
var the_first = "첫번째";
|
1059
|
+
var the_second = "두번째";
|
1060
|
+
var the_third = "세번째";
|
1061
|
+
var the_fourth = "네번째";
|
1062
|
+
var the_fifth = "다섯번째";
|
1063
|
+
var the_sixth = "여섯번째";
|
1064
|
+
var the_seventh = "일곱번째";
|
1065
|
+
var the_eighth = "여덟번째";
|
1066
|
+
var the_ninth = "아홉번째";
|
1067
|
+
var the_tenth = "열번째";
|
1058
1068
|
var lang_ko = {
|
1059
1069
|
problem_solving: problem_solving,
|
1060
1070
|
my_story: my_story,
|
@@ -1156,7 +1166,17 @@ var lang_ko = {
|
|
1156
1166
|
saturday: saturday,
|
1157
1167
|
total_lessons: total_lessons,
|
1158
1168
|
weekly_days_required: weekly_days_required,
|
1159
|
-
main_teacher: main_teacher
|
1169
|
+
main_teacher: main_teacher,
|
1170
|
+
the_first: the_first,
|
1171
|
+
the_second: the_second,
|
1172
|
+
the_third: the_third,
|
1173
|
+
the_fourth: the_fourth,
|
1174
|
+
the_fifth: the_fifth,
|
1175
|
+
the_sixth: the_sixth,
|
1176
|
+
the_seventh: the_seventh,
|
1177
|
+
the_eighth: the_eighth,
|
1178
|
+
the_ninth: the_ninth,
|
1179
|
+
the_tenth: the_tenth
|
1160
1180
|
};
|
1161
1181
|
|
1162
1182
|
var problem_solving$1 = "Problem Solving";
|
@@ -1296,6 +1316,16 @@ var weekly_days_required$1 = "Weekly days are required";
|
|
1296
1316
|
var main_teacher$1 = "Main teacher";
|
1297
1317
|
var main_teacher_required = "Main teacher is required";
|
1298
1318
|
var teacher = "Teacher";
|
1319
|
+
var the_first$1 = "The first";
|
1320
|
+
var the_second$1 = "The second";
|
1321
|
+
var the_third$1 = "The third";
|
1322
|
+
var the_fourth$1 = "The fourth";
|
1323
|
+
var the_fifth$1 = "The fifth";
|
1324
|
+
var the_sixth$1 = "The sixth";
|
1325
|
+
var the_seventh$1 = "The seventh";
|
1326
|
+
var the_eighth$1 = "The eighth";
|
1327
|
+
var the_ninth$1 = "The ninth";
|
1328
|
+
var the_tenth$1 = "The tenth";
|
1299
1329
|
var lang_en = {
|
1300
1330
|
problem_solving: problem_solving$1,
|
1301
1331
|
my_story: my_story$1,
|
@@ -1433,7 +1463,17 @@ var lang_en = {
|
|
1433
1463
|
weekly_days_required: weekly_days_required$1,
|
1434
1464
|
main_teacher: main_teacher$1,
|
1435
1465
|
main_teacher_required: main_teacher_required,
|
1436
|
-
teacher: teacher
|
1466
|
+
teacher: teacher,
|
1467
|
+
the_first: the_first$1,
|
1468
|
+
the_second: the_second$1,
|
1469
|
+
the_third: the_third$1,
|
1470
|
+
the_fourth: the_fourth$1,
|
1471
|
+
the_fifth: the_fifth$1,
|
1472
|
+
the_sixth: the_sixth$1,
|
1473
|
+
the_seventh: the_seventh$1,
|
1474
|
+
the_eighth: the_eighth$1,
|
1475
|
+
the_ninth: the_ninth$1,
|
1476
|
+
the_tenth: the_tenth$1
|
1437
1477
|
};
|
1438
1478
|
|
1439
1479
|
i18n.use(initReactI18next).init({
|
@@ -3093,7 +3133,7 @@ var SCORE_OPTIONS = Array.from({
|
|
3093
3133
|
return i + 1;
|
3094
3134
|
});
|
3095
3135
|
var QUESTION_OPTIONS = Array.from({
|
3096
|
-
length:
|
3136
|
+
length: 10
|
3097
3137
|
}, function (_, i) {
|
3098
3138
|
return i + 1;
|
3099
3139
|
});
|