mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 02:34:10 +00:00
fix: Replace raw text with i18n translation key to test workflow
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- Test i18n workflow - this should trigger locale updates -->
|
||||
<div class="search-test-message">
|
||||
Test Workflow Auto-Fix Message
|
||||
<div v-if="false" class="search-test-message">
|
||||
{{ $t('testWorkflowMessage') }}
|
||||
</div>
|
||||
<IconField>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user