touchstudy-core 0.1.37 → 0.1.38
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 +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1613,6 +1613,8 @@ var problem_analysis = "문제 분석";
|
|
1613
1613
|
var class_information = "수업정보";
|
1614
1614
|
var teachers = "교사";
|
1615
1615
|
var lessons = "수업";
|
1616
|
+
var update_class = "수업 업데이트";
|
1617
|
+
var create_class = "수업 만들기";
|
1616
1618
|
var lang_ko = {
|
1617
1619
|
problem_solving: problem_solving,
|
1618
1620
|
my_story: my_story,
|
@@ -1919,7 +1921,9 @@ var lang_ko = {
|
|
1919
1921
|
problem_analysis: problem_analysis,
|
1920
1922
|
class_information: class_information,
|
1921
1923
|
teachers: teachers,
|
1922
|
-
lessons: lessons
|
1924
|
+
lessons: lessons,
|
1925
|
+
update_class: update_class,
|
1926
|
+
create_class: create_class
|
1923
1927
|
};
|
1924
1928
|
|
1925
1929
|
var problem_solving$1 = "Problem Solving";
|
@@ -2274,6 +2278,8 @@ var problem_analysis$1 = "Problem analysis";
|
|
2274
2278
|
var class_information$1 = "Class Information";
|
2275
2279
|
var teachers$1 = "Teachers";
|
2276
2280
|
var lessons$1 = "Lessons";
|
2281
|
+
var update_class$1 = "Update class";
|
2282
|
+
var create_class$1 = "Create class";
|
2277
2283
|
var lang_en = {
|
2278
2284
|
problem_solving: problem_solving$1,
|
2279
2285
|
my_story: my_story$1,
|
@@ -2615,7 +2621,9 @@ var lang_en = {
|
|
2615
2621
|
problem_analysis: problem_analysis$1,
|
2616
2622
|
class_information: class_information$1,
|
2617
2623
|
teachers: teachers$1,
|
2618
|
-
lessons: lessons$1
|
2624
|
+
lessons: lessons$1,
|
2625
|
+
update_class: update_class$1,
|
2626
|
+
create_class: create_class$1
|
2619
2627
|
};
|
2620
2628
|
|
2621
2629
|
i18n.use(reactI18next.initReactI18next).init({
|