Skip to content

Commit 88f140d

Browse files
committed
credit pquirrel if rogot to commit
1 parent 781168c commit 88f140d

6 files changed

Lines changed: 13 additions & 8 deletions

File tree

smiggins/langs/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ settings:
300300
description: Source code, credits...
301301

302302
section_credits: Credits
303+
generic_website: website
303304
lead_dev: "Lead Developer:"
304305
logo_artists: "Smiggins Logo Artists:"
305306
contributors: "Other Contributors:"

smiggins/langs/lang.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,9 @@
924924
"section_credits": {
925925
"type": "string"
926926
},
927+
"generic_website": {
928+
"type": "string"
929+
},
927930
"lead_dev": {
928931
"type": "string"
929932
},

smiggins/langs/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ defs:
282282
description: str
283283

284284
section_credits: str
285+
generic_website: str
285286
lead_dev: str
286287
logo_artists: str
287288
contributors: str

smiggins/static/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smiggins/templates/snippets/pages/settings/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ <h1 class="no-margin-top no-margin-bottom">{{ conf.site_name }} {{ conf.version
99
<div id="settings-sections">
1010
<div>
1111
<p class="no-margin-top">@{lang.settings.about.section_credits}</p>
12-
<p>@{lang.settings.about.lead_dev} <a target="_blank" href="https://trinkey.com/">trinkey</a></p>
12+
<p>@{lang.settings.about.lead_dev} <a target="_blank" href="https://trinkey.com/">trinkey</a> (<a target="_blank" href="https://trinkey.com/">@{lang.settings.about.generic_website}</a>)</p>
1313

1414
<p class="no-margin-bottom">@{lang.settings.about.logo_artists}</p>
1515
<ul class="no-margin-top">
1616
<li><a target="_blank" href="https://smiggins.trinkey.com/u/cyanpi/">CyanPi</a></li>
17-
<li><a target="_blank" href="https://smiggins.trinkey.com/u/pquirrel/">pquirrel</a></li>
17+
<li><a target="_blank" href="https://smiggins.trinkey.com/u/pquirrel/">pquirrel</a> (<a target="_blank" href="https://pquirrel.neocities.org/">@{lang.settings.about.generic_website}</a>)</li>
1818

1919
<p class="no-margin-bottom">@{lang.settings.about.contributors}</p>
2020
<ul class="no-margin-top">
21-
<li><a target="_blank" href="https://github.com/Subroutine7901/">Subroutine</a></li>
21+
<li><a target="_blank" href="https://github.com/Subroutine7901/">Subroutine</a> (<a target="_blank" href="https://subroutine.cc/">@{lang.settings.about.generic_website}</a>)</li>
2222
<li><a target="_blank" href="https://github.com/DiamondTaco/">Bread</a></li>
2323
<li><a target="_blank" href="https://github.com/wrentmc/">Wren</a></li>
2424
</ul>

smiggins/ts/lang.ts

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)