diff --git a/src/_locales/en/options.ts b/src/_locales/en/options.ts index 09cc308b..ec8094b8 100644 --- a/src/_locales/en/options.ts +++ b/src/_locales/en/options.ts @@ -368,6 +368,8 @@ export const locale: typeof _locale = { headInfo: { acknowledgement: { title: 'Acknowledgement', + yipanhuasheng: + "for adding Merriam Webster's Dict, American Heritage Dict, Oxford Learner's Dict and Eudic Notebook sync service; and updating Urban Dict and Naver Dcit", naver: 'for helping add Naver dict', shanbay: 'for adding Shanbay dict', trans_tw: 'for traditional Chinese translation', diff --git a/src/_locales/zh-CN/options.ts b/src/_locales/zh-CN/options.ts index e89776a8..4693267e 100644 --- a/src/_locales/zh-CN/options.ts +++ b/src/_locales/zh-CN/options.ts @@ -349,6 +349,8 @@ export const locale = { headInfo: { acknowledgement: { title: '特别鸣谢', + yipanhuasheng: + '添加韦氏词典、美国传统词典、牛津学习词典与欧路生词同步;更新 Urban 词典与 Naver 词典', naver: '协助添加 Naver 韩国语词典', shanbay: '编写扇贝词典模块', trans_tw: '提供部分繁体中文翻译', diff --git a/src/_locales/zh-TW/options.ts b/src/_locales/zh-TW/options.ts index 4a5aa5ed..622de91d 100644 --- a/src/_locales/zh-TW/options.ts +++ b/src/_locales/zh-TW/options.ts @@ -353,6 +353,8 @@ export const locale: typeof _locale = { headInfo: { acknowledgement: { title: '特別鳴謝', + yipanhuasheng: + '新增韋氏詞典、美國傳統詞典、牛津學習詞典與歐路生詞同步;更新 Urban 詞典與 Naver 詞典', naver: '協助新增 Naver 韓國語字典', shanbay: '編寫扇貝詞典模組', trans_tw: '提供部分繁體中文翻譯', diff --git a/src/options/acknowledgement.ts b/src/options/acknowledgement.ts index bc382747..eb5b50cd 100644 --- a/src/options/acknowledgement.ts +++ b/src/options/acknowledgement.ts @@ -5,6 +5,11 @@ export type Acknowledgement = Array<{ }> export const acknowledgement: Acknowledgement = [ + { + name: 'yipanhuasheng', + href: 'https://github.com/crimx/ext-saladict/commits?author=yipanhuasheng', + locale: 'yipanhuasheng' + }, { name: 'zhtw2013', href: 'https://github.com/crimx/ext-saladict/commits?author=zhtw2013',