Add privacy policy link

This commit is contained in:
sienori 2021-01-06 05:18:05 +09:00
parent da033ef5d2
commit 25b8ade213
2 changed files with 7 additions and 0 deletions

View file

@ -296,6 +296,9 @@
"extensionPageLabel": {
"message": "Extension page"
},
"privacyPolicyLabel": {
"message": "Privacy policy"
},
"amazonUrl": {
"message": "https://www.amazon.co.jp/dp/B004N3APGO?language=en_US"
},

View file

@ -105,6 +105,10 @@ export default props => {
<a href="https://github.com/sienori/simple-translate" target="_blank">
GitHub
</a>
<span> </span>
<a href="https://simple-translate.sienori.com/privacy-policy" target="_blank">
{browser.i18n.getMessage("privacyPolicyLabel")}
</a>
</p>
</div>
}