There was an error while loading. Please reload this page.
1 parent 49d9111 commit ee6b2f7Copy full SHA for ee6b2f7
2 files changed
components/mk/Google.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div :class="$style.root">
3
<input v-model="query" :class="$style.input" type="search" :placeholder="q">
4
- <button :class="$style.button" @click="search"><SearchIco /> 検索</button>
+ <button :class="$style.button" @click="search"><SearchIco /> {{ $t('_mk.searchByGoogle') }}</button>
5
</div>
6
</template>
7
locales/ja-JP.yml
@@ -348,6 +348,9 @@ _content:
348
danger: "警告"
349
preview: "プレビュー"
350
351
+_mk:
352
+ searchByGoogle: "検索"
353
+
354
_other:
355
title: "もっと!"
356
description: "Misskeyをもっと楽しめるその他のリソースをご紹介しています。"
0 commit comments