1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 09:05:00 +02:00

fix(frontend): 存在しない翻訳を修正 (#16604)

This commit is contained in:
かっこかり
2025-10-06 10:06:20 +09:00
committed by GitHub
parent 7cd55c31da
commit 7fcbf57a9d
8 changed files with 25 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<MkKeyValue>
<template #key>{{ i18n.ts.id }}</template>
<template #key>{{ i18n.ts.name }}</template>
<template #value>{{ name }}</template>
</MkKeyValue>
<MkKeyValue>