From e9f3702cf35d08ffbc7d3b265d6b30b63bfe8cc8 Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Wed, 19 Feb 2025 18:44:52 -0500 Subject: [PATCH 1/2] fix file description labels to use "alt text" terminology --- sharkey-locales/en-US.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 86eafc8a33..2473573ecd 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -51,6 +51,11 @@ mediaSilencedByBase: "This host's media is silenced implicitly because a base do driveSearchbarPlaceholder: "Search drive" fileNotSelected: "No file selected" background: "Background" +description: "Alt text" +inputNewDescription: "Enter new alt text" +describeFile: "Add alt text" +enterFileDescription: "Enter alt text" +caption: "Alt text" antennaUsersDescription: "List one username per line. Use \"*@instance.com\" to specify all users of an instance" aboutMisskey: "About Sharkey" expandAllCws: "Show content for all replies" From 2c610f446b0d2c0f07f3180fd54d708b7b0728ed Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Thu, 20 Feb 2025 11:21:13 -0500 Subject: [PATCH 2/2] do not change "description" key to "Alt text" - switch Drive file info view to use the `caption` rather than `description` i18n key, so that it reads "Alt text" --- packages/frontend/src/pages/drive.file.info.vue | 2 +- sharkey-locales/en-US.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/pages/drive.file.info.vue b/packages/frontend/src/pages/drive.file.info.vue index 9d74a47ec6..8706dc7047 100644 --- a/packages/frontend/src/pages/drive.file.info.vue +++ b/packages/frontend/src/pages/drive.file.info.vue @@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 2473573ecd..01445d6d6f 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -51,7 +51,6 @@ mediaSilencedByBase: "This host's media is silenced implicitly because a base do driveSearchbarPlaceholder: "Search drive" fileNotSelected: "No file selected" background: "Background" -description: "Alt text" inputNewDescription: "Enter new alt text" describeFile: "Add alt text" enterFileDescription: "Enter alt text"