mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
refactor: 🌐 patrons description
This commit is contained in:
parent
9c8fc4186f
commit
f6009dc6e8
2 changed files with 10 additions and 3 deletions
|
@ -1213,6 +1213,7 @@ _aboutMisskey:
|
||||||
morePatrons: "We also appreciate the support of many other helpers not listed here.
|
morePatrons: "We also appreciate the support of many other helpers not listed here.
|
||||||
Thank you! 🥰"
|
Thank you! 🥰"
|
||||||
patrons: "Calckey patrons"
|
patrons: "Calckey patrons"
|
||||||
|
patronsList: "Listed chronologically, not by donation size. Donate with the link above to get your name on here!"
|
||||||
_nsfw:
|
_nsfw:
|
||||||
respect: "Hide NSFW media"
|
respect: "Hide NSFW media"
|
||||||
ignore: "Don't hide NSFW media"
|
ignore: "Don't hide NSFW media"
|
||||||
|
|
|
@ -97,13 +97,16 @@
|
||||||
><Mfm
|
><Mfm
|
||||||
:text="'$[sparkle @kainoa@calckey.social] (Main developer)'"
|
:text="'$[sparkle @kainoa@calckey.social] (Main developer)'"
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@april@calckey.social"
|
|
||||||
><Mfm :text="'@april@calckey.social (Backend)'"
|
|
||||||
/></FormLink>
|
|
||||||
<FormLink to="/@freeplay@calckey.social"
|
<FormLink to="/@freeplay@calckey.social"
|
||||||
><Mfm
|
><Mfm
|
||||||
:text="'@freeplay@calckey.social (UI/UX)'"
|
:text="'@freeplay@calckey.social (UI/UX)'"
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
|
<FormLink to="/@nmkj@calckey.jp"
|
||||||
|
><Mfm :text="'@nmkj@calckey.jp (Backend)'"
|
||||||
|
/></FormLink>
|
||||||
|
<FormLink to="/@dev@post.naskya.net"
|
||||||
|
><Mfm :text="'@dev@post.naskya.net (Backend)'"
|
||||||
|
/></FormLink>
|
||||||
<FormLink to="/@panos@calckey.social"
|
<FormLink to="/@panos@calckey.social"
|
||||||
><Mfm
|
><Mfm
|
||||||
:text="'@panos@calckey.social (Project Coordinator)'"
|
:text="'@panos@calckey.social (Project Coordinator)'"
|
||||||
|
@ -128,6 +131,9 @@
|
||||||
><Mfm text="$[jelly ❤]" />
|
><Mfm text="$[jelly ❤]" />
|
||||||
{{ i18n.ts._aboutMisskey.patrons }}</template
|
{{ i18n.ts._aboutMisskey.patrons }}</template
|
||||||
>
|
>
|
||||||
|
<p>
|
||||||
|
{{ i18n.ts._aboutMisskey.patronsList }}
|
||||||
|
</p>
|
||||||
<MkSparkle>
|
<MkSparkle>
|
||||||
<span
|
<span
|
||||||
v-for="patron in patrons"
|
v-for="patron in patrons"
|
||||||
|
|
Loading…
Reference in a new issue