mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #783] [MERGED] fix: escape @ symbol in vue-i18n to fix SyntaxError #761
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#761
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/783
Author: @dreamhunter2333
Created: 12/11/2025
Status: ✅ Merged
Merged: 12/11/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
8766ff8fix: escape @ symbol in vue-i18n translation strings📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
frontend/src/views/admin/Maintenance.vue(+2 -2)📄 Description
User description
Summary
@symbol in i18n translation strings was being interpreted as vue-i18n linked message syntax{'@'}to escape the@character in placeholder textTest plan
🤖 Generated with Claude Code
PR Type
Bug fix
Description
Fixed SyntaxError caused by
@symbol in vue-i18n.Escaped
@symbol using{'@'}in placeholder text.Updated placeholder text in both English and Chinese translations.
Changes walkthrough 📝
Maintenance.vue
Escape `@` symbol in vue-i18n placeholdersfrontend/src/views/admin/Maintenance.vue
@symbol in English placeholder text.@symbol in Chinese placeholder text.sqlPlaceholderkey in both translations.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.