feat(stage-tamagotchi,i18n,stage-pages): localize IO Tracer title and update route metadata

This commit is contained in:
Makito
2026-04-15 02:17:10 +09:00
parent b0b48840ec
commit a620c2395b
3 changed files with 7 additions and 4 deletions
@@ -120,11 +120,11 @@ const openDevtoolsWindow = useElectronEventaInvoke(electronOpenDevtoolsWindow)
<ButtonBar
mb-2
icon="i-solar:chart-2-bold-duotone"
text="IO Tracer"
:text="t('tamagotchi.settings.devtools.pages.io-tracer.title')"
transition="all ease-in-out duration-250"
@click="() => openDevtoolsWindow({ route: '/devtools/io-tracer' })"
>
IO Tracer
{{ t('tamagotchi.settings.devtools.pages.io-tracer.title') }}
</ButtonBar>
<ButtonBar
mb-2
@@ -40,6 +40,8 @@ devtools:
markdown-stress:
title: Markdown Stress
description: Stress markdown parsing and rendering with heavy chat payloads
io-tracer:
title: IO Tracer
widgets-calling:
title: Widget Calling
@@ -76,6 +76,7 @@ onUnmounted(() => {
<route lang="yaml">
meta:
layout: settings
titleKey: IO Tracer
subtitleKey: Devtools
titleKey: tamagotchi.settings.devtools.pages.io-tracer.title
subtitleKey: tamagotchi.settings.devtools.title
disableBackButton: true
</route>