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:
@@ -699,7 +699,7 @@ jobTriggered: 'Job acionado',
|
||||
new_0_4_7_9: 'Redefinir config.model ao trocar e resolver provedor personalizado CLI',
|
||||
new_0_4_7_10: 'Limpar base_url_env do .env ao excluir provedor integrado',
|
||||
new_0_4_7_11: 'Alinhar o fundo da barra lateral da sala de chat em grupo com a lista de sessoes',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user