From 84e8e095eceb3e5463b98390db2b6e804bc6f92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=C3=90?= Date: Fri, 20 Oct 2023 22:53:41 +0200 Subject: [PATCH] #212 remove sub label --- locales/en-US.yml | 3 +-- locales/fr-FR.yml | 3 +-- packages/client/src/pages/about-iceshrimp.vue | 18 ------------------ 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index d1922be9f..3c183e4ca 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -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" diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 78f0699ed..40897c91b 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -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 d’Iceshrimp" + source: "Développement d’Iceshrimp" translation: "Traductions" chatroom: "Salon de discussion" documentation: "Documentation" diff --git a/packages/client/src/pages/about-iceshrimp.vue b/packages/client/src/pages/about-iceshrimp.vue index adac86dff..7cccf1500 100644 --- a/packages/client/src/pages/about-iceshrimp.vue +++ b/packages/client/src/pages/about-iceshrimp.vue @@ -64,9 +64,6 @@ > {{ i18n.ts._aboutIceshrimp.source }} - {{ i18n.ts._aboutIceshrimp.translation }} - {{ i18n.ts._aboutIceshrimp.chatroom }} - {{ i18n.ts._aboutIceshrimp.changelog }} -