#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." features & improvements you actually want since 2023."
contributors: "Main contributors" contributors: "Main contributors"
allContributors: "All contributors" allContributors: "All contributors"
source: "Source code" source: "Iceshrimp development"
sourceName: "Iceshrimp development"
translation: "Translations" translation: "Translations"
chatroom: "Chat room" chatroom: "Chat room"
documentation: "Documentation" documentation: "Documentation"

View file

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

View file

@ -64,9 +64,6 @@
><i class="ph-code ph-bold ph-lg"></i ><i class="ph-code ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.source }} {{ i18n.ts._aboutIceshrimp.source }}
<template #suffix
>{{ i18n.ts._aboutIceshrimp.sourceName }}</template
>
</FormLink> </FormLink>
<FormLink <FormLink
to="https://translate.iceshrimp.dev/" to="https://translate.iceshrimp.dev/"
@ -76,9 +73,6 @@
><i class="ph-translate ph-bold ph-lg"></i ><i class="ph-translate ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.translation }} {{ i18n.ts._aboutIceshrimp.translation }}
<template #suffix
>Weblate</template
>
</FormLink> </FormLink>
<FormLink <FormLink
to="https://matrix.to/#/%23iceshrimp-dev:161.rocks" to="https://matrix.to/#/%23iceshrimp-dev:161.rocks"
@ -88,9 +82,6 @@
><i class="ph-chats-circle ph-bold ph-lg"></i ><i class="ph-chats-circle ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.chatroom }} {{ i18n.ts._aboutIceshrimp.chatroom }}
<template #suffix
>Matrix</template
>
</FormLink> </FormLink>
<!-- <FormLink <!-- <FormLink
to="#" to="#"
@ -100,9 +91,6 @@
><i class="ph-book-bookmark ph-bold ph-lg"></i ><i class="ph-book-bookmark ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.documentation }} {{ i18n.ts._aboutIceshrimp.documentation }}
<template #suffix
>MkDocs</template
>
</FormLink> --> </FormLink> -->
<!-- <FormLink <!-- <FormLink
to="#" to="#"
@ -112,9 +100,6 @@
><i class="ph-road-horizon ph-bold ph-lg"></i ><i class="ph-road-horizon ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.roadmap }} {{ i18n.ts._aboutIceshrimp.roadmap }}
<template #suffix
>Markdown</template
>
</FormLink> --> </FormLink> -->
<FormLink <FormLink
to="https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/CHANGELOG.md" to="https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/CHANGELOG.md"
@ -124,9 +109,6 @@
><i class="ph-newspaper ph-bold ph-lg"></i ><i class="ph-newspaper ph-bold ph-lg"></i
></template> ></template>
{{ i18n.ts._aboutIceshrimp.changelog }} {{ i18n.ts._aboutIceshrimp.changelog }}
<template #suffix
>Markdown</template
>
</FormLink> </FormLink>
</div> </div>
</FormSection> </FormSection>