fix: remove @ symbol from changelog entries to avoid vue-i18n parse errors

The @ symbol is a special character in vue-i18n (used for linked formats).
Removing it from all changelog entries fixes:
- Chinese: @mention → mention
- English: @mention → mention
- All other languages: @mention → mention

This resolves the SyntaxError in message compilation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-06 16:42:29 +08:00
parent 1de704b486
commit e6af126f9f
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ jobTriggered: 'Job ejecutado',
new_0_4_7_9: 'Restablecer config.model al cambiar y resolver proveedor personalizado CLI',
new_0_4_7_10: 'Limpiar base_url_env de .env al eliminar proveedor integrado',
new_0_4_7_11: 'Alinear el fondo de la barra lateral del chat grupal con la lista de sesiones',
new_0_4_5_1: 'Add group chat with multi-agent rooms, @mention routing, and typing status recovery',
new_0_4_5_1: 'Add group chat with multi-agent rooms, mention routing, and typing status recovery',
new_0_4_5_2: 'Rewrite model-context config to use YAML with context_length setting',
new_0_4_5_3: 'Add gpt-5.5 to OpenAI Codex model list',
new_0_4_5_4: 'Replace jobs proxy with local controller and optimize model loading',