refactor: 👥 Add original Misskey contributors
This commit is contained in:
parent
5166e7c38e
commit
00726f260f
@ -1230,6 +1230,7 @@ _aboutFirefish:
|
||||
development since 2022."
|
||||
contributors: "Main contributors"
|
||||
allContributors: "All contributors"
|
||||
misskey: "Original Misskey contributors"
|
||||
source: "Source code"
|
||||
translation: "Translate Firefish"
|
||||
donate: "Donate to Firefish"
|
||||
|
@ -1067,6 +1067,7 @@ _aboutFirefish:
|
||||
about: "Firefishは、2022年に生まれたThatOneCalculatorによるMisskeyのforkです。"
|
||||
contributors: "主なコントリビューター"
|
||||
allContributors: "全てのコントリビューター"
|
||||
misskeyContributors: "ミスキコントリビューター"
|
||||
source: "ソースコード"
|
||||
translation: "Firefishを翻訳"
|
||||
donate: "Firefishに寄付"
|
||||
|
@ -112,20 +112,44 @@
|
||||
><Mfm
|
||||
:text="'@panos@firefish.social (Project Coordinator)'"
|
||||
/></FormLink>
|
||||
<FormLink
|
||||
to="https://www.youtube.com/c/Henkiwashere"
|
||||
external
|
||||
>Henki (error images artist)</FormLink
|
||||
>
|
||||
<FormLink to="/@blackspike@mastodon.cloud"
|
||||
><Mfm
|
||||
:text="'@blackspike@mastodon.cloud (Logo Design)'"
|
||||
/></FormLink>
|
||||
</div>
|
||||
<template #caption
|
||||
><MkLink
|
||||
<h3>{{ i18n.ts._aboutFirefish.Contributors }}</h3>
|
||||
<div class="_formLinks">
|
||||
<FormLink to="/@syuilo@misskey.io"
|
||||
><Mfm
|
||||
:text="'@syuilo@misskey.io'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@aqz@p1.a9z.dev"
|
||||
><Mfm
|
||||
:text="'@aqz@p1.a9z.dev'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@acid_chicken@misskey.m544.net"
|
||||
><Mfm
|
||||
:text="'@acid_chicken@misskey.m544.net'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@rinsuki@mstdn.rinsuki.net"
|
||||
><Mfm
|
||||
:text="'@rinsuki@mstdn.rinsuki.net'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@mei23@misskey.m544.net"
|
||||
><Mfm
|
||||
:text="'@mei23@misskey.m544.net'"
|
||||
/></FormLink>
|
||||
<FormLink to="/@robflop@misskey.io"
|
||||
><Mfm
|
||||
:text="'@robflop@misskey.io'"
|
||||
/></FormLink>
|
||||
</div>
|
||||
<h3>
|
||||
<MkLink
|
||||
url="https://git.joinfirefish.org/firefish/firefish/activity"
|
||||
>{{
|
||||
i18n.ts._aboutFirefish.allContributors
|
||||
}}</MkLink
|
||||
></template
|
||||
>
|
||||
>{{ i18n.ts._aboutFirefish.allContributors }}
|
||||
</MkLink>
|
||||
</h3>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
<template #label
|
||||
|
Loading…
Reference in New Issue
Block a user