#212 remove sub label

This commit is contained in:
AntoineÐ 2023-10-20 22:53:41 +02:00 committed by Laura Hausmann
parent 239d073a59
commit 84e8e095ec
Signed by: zotan
GPG key ID: D044E84C5BE01605
3 changed files with 2 additions and 22 deletions

View file

@ -1232,8 +1232,7 @@ _aboutIceshrimp:
features & improvements you actually want since 2023."
contributors: "Main contributors"
allContributors: "All contributors"
source: "Source code"
sourceName: "Iceshrimp development"
source: "Iceshrimp development"
translation: "Translations"
chatroom: "Chat room"
documentation: "Documentation"

View file

@ -996,8 +996,7 @@ _aboutIceshrimp:
about: "Iceshrimp est un fork de Misskey."
contributors: "Principaux contributeurs"
allContributors: "Tous les contributeurs"
source: "Code source"
sourceName: "Développement dIceshrimp"
source: "Développement dIceshrimp"
translation: "Traductions"
chatroom: "Salon de discussion"
documentation: "Documentation"

View file

@ -64,9 +64,6 @@
><i class="ph-code ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.source }}
<template #suffix
>{{ i18n.ts._aboutIceshrimp.sourceName }}</template
>
</FormLink>
<FormLink
to="https://translate.iceshrimp.dev/"
@ -76,9 +73,6 @@
><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"
@ -88,9 +82,6 @@
><i class="ph-chats-circle ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.chatroom }}
<template #suffix
>Matrix</template
>
</FormLink>
<!-- <FormLink
to="#"
@ -100,9 +91,6 @@
><i class="ph-book-bookmark ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.documentation }}
<template #suffix
>MkDocs</template
>
</FormLink> -->
<!-- <FormLink
to="#"
@ -112,9 +100,6 @@
><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"
@ -124,9 +109,6 @@
><i class="ph-newspaper ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutIceshrimp.changelog }}
<template #suffix
>Markdown</template
>
</FormLink>
</div>
</FormSection>