Skip to content

Commit ee6b2f7

Browse files
authored
enhance: add i18n for Search MFM [ci skip] (#393)
1 parent 49d9111 commit ee6b2f7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

components/mk/Google.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div :class="$style.root">
33
<input v-model="query" :class="$style.input" type="search" :placeholder="q">
4-
<button :class="$style.button" @click="search"><SearchIco /> 検索</button>
4+
<button :class="$style.button" @click="search"><SearchIco /> {{ $t('_mk.searchByGoogle') }}</button>
55
</div>
66
</template>
77

locales/ja-JP.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ _content:
348348
danger: "警告"
349349
preview: "プレビュー"
350350

351+
_mk:
352+
searchByGoogle: "検索"
353+
351354
_other:
352355
title: "もっと!"
353356
description: "Misskeyをもっと楽しめるその他のリソースをご紹介しています。"

0 commit comments

Comments
 (0)