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