Skip to content

Conversation

@christian-byrne
Copy link
Contributor

@christian-byrne christian-byrne commented Jun 8, 2025

Fixes extension settings tooltips containing @ symbols causing Vue i18n "Invalid linked format" errors by using the safe translation function that bypasses i18n parsing for fallback text.

Fixes #4063

┆Issue is synchronized with this Notion page by Unito

Extension settings tooltips containing @ symbols (like @mtb/markdown-parser)
were causing Vue i18n "Invalid linked format" errors. Fixed by using the
existing st() safe translation function which checks for translation
existence before processing, preventing fallback text from being parsed
for i18n special characters.

Fixes #4063
@christian-byrne christian-byrne requested a review from a team as a code owner June 8, 2025 04:13
Remove st() mock from SettingItem test to ensure we're testing the real
fix behavior rather than just mocked return values.
@webfiltered webfiltered merged commit 83af274 into main Jun 8, 2025
10 checks passed
@webfiltered webfiltered deleted the fix/extension-tooltip-at-symbol-parsing branch June 8, 2025 08:02
lordTyrion pushed a commit to playbook3d/ComfyUI_frontend that referenced this pull request Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: using @ in the tooltip field of a setting

3 participants