Skip to content

fix(i18n): replace hardcoded title strings in KnowledgeUpload.vue (#1410)#1412

Merged
mrveiss merged 1 commit intoDev_new_guifrom
feat/1330-language-switcher-settings
Mar 6, 2026
Merged

fix(i18n): replace hardcoded title strings in KnowledgeUpload.vue (#1410)#1412
mrveiss merged 1 commit intoDev_new_guifrom
feat/1330-language-switcher-settings

Conversation

@mrveiss
Copy link
Copy Markdown
Owner

@mrveiss mrveiss commented Mar 6, 2026

Summary

  • Replace 3 hardcoded English title attributes in KnowledgeUpload.vue with $t() calls
  • Add clearAllTitle, previewContentTitle, removeFileTitle keys to en.json

Test Plan

  • npm run build passes
  • No remaining hardcoded title="..." in KnowledgeUpload.vue

Closes #1410

)

Wrap 3 remaining hardcoded English title attributes with $t() calls
and add corresponding keys to en.json:
- clearAllTitle, previewContentTitle, removeFileTitle
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

⚠️ SSOT Configuration Compliance: Violations Found

Metric Count
Total Violations 371
SSOT Violations (high priority) 286
Other Violations 85

⚠️ 286 values have SSOT config equivalents!

These should be replaced with SSOT config imports:

Python:

from src.config.ssot_config import config
# Use: config.vm.main, config.port.backend, config.backend_url

TypeScript:

import config from '@/config/ssot-config'
// Use: config.vm.main, config.port.backend, config.backendUrl

📖 See SSOT_CONFIG_GUIDE.md for documentation.

@mrveiss mrveiss merged commit 58fd9c1 into Dev_new_gui Mar 6, 2026
2 checks passed
@mrveiss mrveiss deleted the feat/1330-language-switcher-settings branch March 6, 2026 13:01
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.

1 participant