Skip to content

Commit df7e206

Browse files
authored
Merge pull request #606 from tapdata/fix-TAP-11958-release-v4.21.0
TAP-11958:fix Email templates support adding task descriptions as var…
2 parents 2b03268 + 54dd685 commit df7e206

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

packages/i18n/src/locale/lang/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export default {
307307
public_api_alarmDate: 'Alarm Date',
308308
// Task
309309
public_task: 'Task',
310+
public_task_desc: 'Task Description',
310311
public_task_name: 'Task Name',
311312
public_task_type: 'Task Type',
312313
public_task_sync_type: 'Sync Type',

packages/i18n/src/locale/lang/zh-CN.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ export default {
308308

309309
// 任务
310310
public_task: '任务',
311+
public_task_desc: '任务描述',
311312
public_task_name: '任务名称',
312313
public_task_type: '任务类型',
313314
public_task_sync_type: '同步类型',

packages/i18n/src/locale/lang/zh-TW.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ export default {
306306

307307
// 任務
308308
public_task: '任務',
309+
public_task_desc: '任務描述',
309310
public_task_name: '任務名稱',
310311
public_task_type: '任務類型',
311312
public_task_sync_type: '同步類型',

0 commit comments

Comments
 (0)