Skip to content

Commit d13c790

Browse files
Merge branch 'development' into translations_src-assets-locales-ja-json--development_zh_TW
2 parents bb4ea1c + 0d09559 commit d13c790

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/assets/locales/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,16 @@
7070
"time": "Time Setting",
7171
"subject_label_color": "Label Color",
7272
"description": "Detailed Description",
73+
"video_keyword": "(Optional function) Video Search",
7374
"video_url": "Reference Video URL",
7475
"video_thumbnail": "Video Thumbnail/Caption Display",
7576
"textbook_page": "Textbook Page",
7677
"material_title": "Learning Material Title",
7778
"material_url": "Learning Material URL"
7879
},
80+
"placeholders": {
81+
"video_keyword": "EX) Science"
82+
},
7983
"required": "*Items Marked with Are Required"
8084
},
8185
"editing_visibility_dialog": {

src/pages/edit/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@
108108
</div>
109109
<edit-lesson-screen-bottom-sheet
110110
:message="
111-
$t('pages.edit_index.add_or_edit_lesson', { className: '2年B組' })
111+
$t('pages.edit_index.add_or_edit_lesson', {
112+
className: classData.className,
113+
})
112114
"
113115
:expanded="!editingMode"
114116
@clickAddButton="toggleScreen"

0 commit comments

Comments
 (0)