Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add links to how-to-support.md #1005

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
"settingsPrivacyPolicy": {
"message": "Privacy Policy"
},
"settingsPrivacyPolicyURL": {
"message": "https://github.com/Robot-Inventor/shadowban-scanner#privacy-policy"
},
"settingsOpenSourceLicenses": {
"message": "Open Source Licenses"
},
"settingsSupportDevelopment": {
"message": "<a href=\"https://github.com/Robot-Inventor/shadowban-scanner/blob/main/doc/en/how-to-support.md\" target=\"_blank\">Support Development</a>"
},
"settingsFollowTheDeveloper": {
"message": "Follow the Developer"
},
Expand Down
6 changes: 3 additions & 3 deletions src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
"settingsPrivacyPolicy": {
"message": "プライバシーポリシー"
},
"settingsPrivacyPolicyURL": {
"message": "https://github.com/Robot-Inventor/shadowban-scanner/blob/main/README_ja.md#%E3%83%97%E3%83%A9%E3%82%A4%E3%83%90%E3%82%B7%E3%83%BC%E3%83%9D%E3%83%AA%E3%82%B7%E3%83%BC"
},
"settingsOpenSourceLicenses": {
"message": "オープンソースライセンス"
},
"settingsSupportDevelopment": {
"message": "<a href=\"https://github.com/Robot-Inventor/shadowban-scanner/blob/main/doc/ja/how-to-support.md\" target=\"_blank\">開発を支援</a>"
},
"settingsFollowTheDeveloper": {
"message": "作者をフォロー"
},
Expand Down
6 changes: 3 additions & 3 deletions src/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
"settingsPrivacyPolicy": {
"message": "Privacy Policy"
},
"settingsPrivacyPolicyURL": {
"message": "https://github.com/Robot-Inventor/shadowban-scanner/blob/main/README_ko.md#privacy-policy"
},
"settingsOpenSourceLicenses": {
"message": "Open Source Licenses"
},
"settingsSupportDevelopment": {
"message": "<a href=\"https://github.com/Robot-Inventor/shadowban-scanner/blob/main/doc/en/how-to-support.md\" target=\"_blank\">Support Development</a>"
},
"settingsFollowTheDeveloper": {
"message": "Follow the Developer"
},
Expand Down
7 changes: 4 additions & 3 deletions src/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,13 @@
"settingsPrivacyPolicy": {
"message": "隱私政策"
},
"settingsPrivacyPolicyURL": {
"message": "https://github.com/Robot-Inventor/shadowban-scanner/blob/main/README_zh_tw.md#privacy-policy"
},
"settingsOpenSourceLicenses": {
"message": "開放原始碼授權"
},
"settingsSupportDevelopment": {
"message": "<a href=\"https://github.com/Robot-Inventor/shadowban-scanner/blob/main/doc/en/how-to-support.md\" target=\"_blank\">支援發展</a>",
"description": "This field was translated by machine translation."
},
"settingsFollowTheDeveloper": {
"message": "跟隨開發者",
"description": "This field was translated by machine translation."
Expand Down
1 change: 1 addition & 0 deletions src/html/browserAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>
<div id="footer-links-inner">
<a href="./privacyPolicy.html" target="_blank" data-sb-translation="settingsPrivacyPolicy"></a>
<a href="./ossLicenses.html" target="_blank" data-sb-translation="settingsOpenSourceLicenses"></a>
<span data-sb-translation="settingsSupportDevelopment"></span>
<a href="https://x.com/keita_roboin" target="_blank">
<img src="../image/xLogo.svg" alt="X Logo" id="x-logo" />
<span data-sb-translation="settingsFollowTheDeveloper"></span>
Expand Down