#212 Enhanced /about-iceshrimp

This commit is contained in:
AntoineÐ 2023-10-17 19:21:10 +02:00 committed by Laura Hausmann
parent 9b36a544d8
commit 5cfc5783fb
Signed by: zotan
GPG key ID: D044E84C5BE01605
3 changed files with 70 additions and 12 deletions

View file

@ -1234,6 +1234,10 @@ _aboutIceshrimp:
allContributors: "All contributors"
source: "Source code"
translation: "Translate Iceshrimp"
chatroom: "Chat room"
documentation: "Documentation"
roadmap: "Roadmap"
changelog: "Changelog"
donate: "Donate to Iceshrimp"
donateTitle: "Enjoying Iceshrimp?"
pleaseDonateToIceshrimp: "Please consider donating to Iceshrimp to support its development."

View file

@ -998,6 +998,10 @@ _aboutIceshrimp:
allContributors: "Tous les contributeurs"
source: "Code source"
translation: "Traduire Iceshrimp"
chatroom: "Salon de discussion"
documentation: "Documentation"
roadmap: "Roadmap"
changelog: "Changelog"
donate: "Soutenir Iceshrimp"
donateTitle: Iceshrimp vous plaît ?
pleaseDonateToIceshrimp: Merci de considérer de faire un don pour soutenir le développement

View file

@ -52,17 +52,7 @@
/></span>
</div>
<div class="_formBlock" style="text-align: center">
{{ i18n.ts._aboutIceshrimp.about }}<br /><a
href="https://iceshrimp.dev/"
target="_blank"
class="_link"
>{{ i18n.ts.learnMore }}</a
>
</div>
<div class="_formBlock" style="text-align: center">
<MkButton primary rounded inline @click="iLoveMisskey"
>I <Mfm text="$[jelly ❤]" /> #Iceshrimp</MkButton
>
{{ i18n.ts._aboutIceshrimp.about }}
</div>
<FormSection>
<div class="_formLinks">
@ -75,7 +65,67 @@
></template>
{{ i18n.ts._aboutIceshrimp.source }}
<template #suffix
>Iceshrimp development</template
>Git Forgejo</template
>
</FormLink>
<FormLink
to="https://translate.iceshrimp.dev/"
external
>
<template #icon
><i class="ph-translate ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.translation }}
<template #suffix
>Weblate</template
>
</FormLink>
<FormLink
to="https://matrix.to/#/%23iceshrimp-dev:161.rocks"
external
>
<template #icon
><i class="ph-chats-circle ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.chatroom }}
<template #suffix
>Matrix</template
>
</FormLink>
<!-- <FormLink
to="#"
external
>
<template #icon
><i class="ph-book-bookmark ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.documentation }}
<template #suffix
>MkDocs</template
>
</FormLink> -->
<!-- <FormLink
to="#"
external
>
<template #icon
><i class="ph-road-horizon ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.roadmap }}
<template #suffix
>Markdown</template
>
</FormLink> -->
<FormLink
to="https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/CHANGELOG.md"
external
>
<template #icon
><i class="ph-newspaper ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.changelog }}
<template #suffix
>Markdown</template
>
</FormLink>
</div>