From faf5c9c8fbcfad6a00d602f31aceb3463356f846 Mon Sep 17 00:00:00 2001 From: Makito Date: Tue, 3 Mar 2026 21:03:33 +0700 Subject: [PATCH] fix(i18n,stage-layouts): show correct edition in about info --- packages/i18n/src/locales/en/base.yaml | 4 ++++ .../Layouts/InteractiveArea/Actions/About.vue | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/en/base.yaml b/packages/i18n/src/locales/en/base.yaml index cdab27a63..bebf5bc92 100644 --- a/packages/i18n/src/locales/en/base.yaml +++ b/packages/i18n/src/locales/en/base.yaml @@ -1,3 +1,7 @@ +edition: + desktop: Desktop ver. + mobile: Mobile ver. + web: Web ver. prompt: prefix: > (from Neko Ayaka) Good morning! You are finally awake. diff --git a/packages/stage-layouts/src/components/Layouts/InteractiveArea/Actions/About.vue b/packages/stage-layouts/src/components/Layouts/InteractiveArea/Actions/About.vue index 969828253..f709df253 100644 --- a/packages/stage-layouts/src/components/Layouts/InteractiveArea/Actions/About.vue +++ b/packages/stage-layouts/src/components/Layouts/InteractiveArea/Actions/About.vue @@ -1,7 +1,11 @@