From b4ea747385771121f3c7fae2972557e8663fafd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:57:37 +0100 Subject: [PATCH] fix(i18n): strip remaining 4 emojis from user-visible translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - en/es ai.json image-prompt title: dropped 🖼️ - en/es auth.json magic-link email subject: dropped 🪄 Keeps terminal-style glyphs (✓ ✗ ▶ ⏸) — those are UI semantics, not emoji decoration. Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/i18n/src/translations/en/auth.json | 2 +- packages/i18n/src/translations/es/auth.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/translations/en/auth.json b/packages/i18n/src/translations/en/auth.json index 32901ef..eb0a099 100644 --- a/packages/i18n/src/translations/en/auth.json +++ b/packages/i18n/src/translations/en/auth.json @@ -236,7 +236,7 @@ }, "email": { "preview": "Login to claudemesh with a magic link", - "subject": "Your magic link 🪄", + "subject": "Your magic link", "body": "Almost in! Click the button below to login.", "or": "Or, copy and paste this link into your browser:", "cta": "Login with magic link", diff --git a/packages/i18n/src/translations/es/auth.json b/packages/i18n/src/translations/es/auth.json index b43f3ee..cde5e86 100644 --- a/packages/i18n/src/translations/es/auth.json +++ b/packages/i18n/src/translations/es/auth.json @@ -230,7 +230,7 @@ }, "email": { "preview": "Inicia sesión con enlace mágico", - "subject": "Tu enlace mágico 🪄", + "subject": "Tu enlace mágico", "body": "¡Casi ahí! Haz clic abajo para iniciar sesión.", "or": "O copia y pega este enlace en tu navegador:", "cta": "Iniciar sesión con enlace mágico",