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 @@