Skip to content

Commit

Permalink
Add new field in option's page (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK authored Aug 3, 2024
1 parent f1e0724 commit 31db3a2
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
}
}
},
"optionsContribute": {
"message": "Contribute:"
},
"optionsEditTextSettings": {
"message": "Edit Text"
},
Expand Down Expand Up @@ -333,5 +336,8 @@
},
"optionsToolbarIconLabel": {
"message": "Toolbar Button Icon"
},
"optionsWebsite": {
"message": "Support site:"
}
}
6 changes: 6 additions & 0 deletions src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
}
}
},
"optionsContribute": {
"message": "Participer:"
},
"optionsEditTextSettings": {
"message": "Éditer Text"
},
Expand Down Expand Up @@ -333,5 +336,8 @@
},
"optionsToolbarIconLabel": {
"message": "Icônes du boutton de la barre d'outils"
},
"optionsWebsite": {
"message": "Site d’assistance:"
}
}
6 changes: 6 additions & 0 deletions src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
}
}
},
"optionsContribute": {
"message": "寄付する:"
},
"optionsEditTextSettings": {
"message": "テキスト編集"
},
Expand Down Expand Up @@ -333,5 +336,8 @@
},
"optionsToolbarIconLabel": {
"message": "ツールバーボタンアイコン"
},
"optionsWebsite": {
"message": "サポートサイト:"
}
}
6 changes: 6 additions & 0 deletions src/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
}
}
},
"optionsContribute": {
"message": "捐助:"
},
"optionsEditTextSettings": {
"message": "编辑文本"
},
Expand Down Expand Up @@ -333,5 +336,8 @@
},
"optionsToolbarIconLabel": {
"message": "工具栏按钮的图标"
},
"optionsWebsite": {
"message": "用户支持网站:"
}
}
25 changes: 25 additions & 0 deletions src/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,31 @@ <h1 data-i18n="optionsTitle">withExEditor Options</h1>
</details>
</div>
</fieldset>
<fieldset>
<legend>
</legend>
<div>
<p>
<span class="label" data-i18n="optionsWebsite">
Support site:
</span>
<a id="issues"
href="https://github.com/asamuzaK/withExEditor/issues">
https://github.com/asamuzaK/withExEditor/issues
</a>
</p>
</div>
<div>
<p>
<span class="label" data-i18n="optionsContribute">
Contribute:
</span>
<a id="fund" href="https://paypal.me/asamuzakjp">
https://paypal.me/asamuzakjp
</a>
</p>
</div>
</fieldset>
</form>
</main>
</body>
Expand Down

0 comments on commit 31db3a2

Please sign in to comment.