fix(i18n): strip remaining 4 emojis from user-visible translations
- 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) <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"title": "Image generation",
|
||||
"description": "Create visuals from text descriptions using different models like SDXL or Midjourney.",
|
||||
"headline": {
|
||||
"title": "Describe what you imagine 🖼️",
|
||||
"title": "Describe what you imagine",
|
||||
"subtitle": "And let's make it live."
|
||||
},
|
||||
"composer": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"title": "Image generation",
|
||||
"description": "Create visuals from text descriptions using different models like SDXL or Midjourney.",
|
||||
"headline": {
|
||||
"title": "Describe what you imagine 🖼️",
|
||||
"title": "Describe what you imagine",
|
||||
"subtitle": "And let's make it live."
|
||||
},
|
||||
"composer": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user