feat(stage-tamagotchi,i18n,stage-pages): localize IO Tracer title and update route metadata
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user