i18n: Webhook 設定画面に翻訳を追加 (#10379)

* Webhook 設定画面に翻訳を追加

* fix: typo

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
kakkokari-gtyih
2023-03-24 15:44:26 +09:00
committed by GitHub
parent f01e6ef6bf
commit 972963913b
4 changed files with 39 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="_gaps_m">
<FormLink :to="`/settings/webhook/new`">
Create webhook
{{ i18n.ts._webhookSettings.createWebhook }}
</FormLink>
<FormSection>
@@ -31,6 +31,7 @@ import MkPagination from '@/components/MkPagination.vue';
import FormSection from '@/components/form/section.vue';
import FormLink from '@/components/form/link.vue';
import { definePageMetadata } from '@/scripts/page-metadata';
import { i18n } from '@/i18n';
const pagination = {
endpoint: 'i/webhooks/list' as const,