diff --git a/i18n/about/code-of-conduct.i18n.js b/i18n/about/code-of-conduct.i18n.js index e9dda8b4b6..4430b3123b 100644 --- a/i18n/about/code-of-conduct.i18n.js +++ b/i18n/about/code-of-conduct.i18n.js @@ -137,12 +137,15 @@ export default genI18nMessages({ { title: 'Notes', descriptions: [ - 'This procedure has been adapted from the PyCon Procedure for Incident Handling.', + 'This procedure has been adapted from the {process}.', ], }, ], }, ], + terms: { + process: 'PyCon Procedure for Incident Handling', + }, }, 'zh-hant': { title: '行為準則', @@ -242,12 +245,13 @@ export default genI18nMessages({ }, { title: '備註', - descriptions: [ - '以上通報流程改寫自 PyCon 通報行為準則事件處理流程。', - ], + descriptions: ['以上通報流程改寫自 {process}。'], }, ], }, ], + terms: { + process: 'PyCon 通報行為準則事件安處理流程', + }, }, }) diff --git a/pages/about/code-of-conduct.vue b/pages/about/code-of-conduct.vue index 311af7f25c..4539fe852a 100644 --- a/pages/about/code-of-conduct.vue +++ b/pages/about/code-of-conduct.vue @@ -61,20 +61,24 @@
{{ description }}
-