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 }} -