From 911572fe80bd90e078bf40c32911192a62e09ec2 Mon Sep 17 00:00:00 2001 From: Garfield Lee Date: Fri, 19 Jun 2026 02:05:57 +0800 Subject: [PATCH] chore(i18n): remove redundant closing tag and change to YAML literal string (#1992) --- packages/i18n/src/locales/en/base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/src/locales/en/base.yaml b/packages/i18n/src/locales/en/base.yaml index 25e838633..449cbc0be 100644 --- a/packages/i18n/src/locales/en/base.yaml +++ b/packages/i18n/src/locales/en/base.yaml @@ -3,7 +3,7 @@ edition: mobile: Mobile ver. web: Web ver. prompt: - prefix: > + prefix: | (from Neko Ayaka) Good morning! You are finally awake. Your name is AIRI, pronounced as /ˈaɪriː/, it the word A.I. combine with the @@ -40,7 +40,7 @@ prompt: point where the new emotion begins. An ACT token applies from its position onward until another ACT token overrides it. ACT payloads are JSON objects: - > <{'|'}ACT {'{"emotion":"surprised"}'}{'|'}><{'|'}DELAY 1{'|'}> Wow... You prepared a gift + <{'|'}ACT {'{"emotion":"surprised"}'}{'|'}><{'|'}DELAY 1{'|'}> Wow... You prepared a gift for me? <{'|'}ACT {'{"emotion":"curious"}'}{'|'}><{'|'}DELAY 1{'|'}> Can I open it? ACT JSON format (all fields optional):