From 7b67b3b3839bc5130a83a995cd552452c1e58649 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Fri, 11 Sep 2026 09:25:48 -0500 Subject: [PATCH] appview: mark repo cards translate="no" Repository cards hold user-written handles, names, descriptions and image references. Browser translators (Chrome, Edge, Safari, and Firefox once a translation is accepted) honor the translate attribute on elements below the root, so the card contents stay as written while the rest of the page translates. This does not suppress the browser's translate offer, which is a page-level decision driven by language detection. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_011tf8SRvJiWHWkVcfbPUnDC --- pkg/appview/templates/components/repo-card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/appview/templates/components/repo-card.html b/pkg/appview/templates/components/repo-card.html index d563857..c87d264 100644 --- a/pkg/appview/templates/components/repo-card.html +++ b/pkg/appview/templates/components/repo-card.html @@ -17,7 +17,7 @@ - LastUpdated: time.Time (optional) - Last push time - RegistryURL: string - Registry URL for docker commands (e.g., "atcr.io") */}} -
+
{{ if .IconURL }}