Skip to content

Commit

Permalink
chore(options): add acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Oct 17, 2021
1 parent ad3dba9 commit 169a14a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_locales/en/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions src/_locales/zh-CN/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ export const locale = {
headInfo: {
acknowledgement: {
title: '特别鸣谢',
yipanhuasheng:
'添加韦氏词典、美国传统词典、牛津学习词典与欧路生词同步;更新 Urban 词典与 Naver 词典',
naver: '协助添加 Naver 韩国语词典',
shanbay: '编写扇贝词典模块',
trans_tw: '提供部分繁体中文翻译',
Expand Down
2 changes: 2 additions & 0 deletions src/_locales/zh-TW/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ export const locale: typeof _locale = {
headInfo: {
acknowledgement: {
title: '特別鳴謝',
yipanhuasheng:
'新增韋氏詞典、美國傳統詞典、牛津學習詞典與歐路生詞同步;更新 Urban 詞典與 Naver 詞典',
naver: '協助新增 Naver 韓國語字典',
shanbay: '編寫扇貝詞典模組',
trans_tw: '提供部分繁體中文翻譯',
Expand Down
5 changes: 5 additions & 0 deletions src/options/acknowledgement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 169a14a

Please sign in to comment.