refs #151 Translate at hashtag

This commit is contained in:
AkiraFukushima 2018-08-12 21:49:43 +09:00
parent bd4f8f4b5e
commit 034876d12e
3 changed files with 7 additions and 1 deletions

View File

@ -145,5 +145,8 @@
"follows": "Follows",
"followers": "Followers"
}
},
"hashtag": {
"tag_name": "Tag name"
}
}

View File

@ -145,5 +145,8 @@
"follows": "フォロー",
"followers": "フォロワー"
}
},
"hashtag": {
"tag_name": "タグ名"
}
}

View File

@ -9,7 +9,7 @@
</el-button>
</div>
<div class="form-item input">
<input v-model="tag" placeholder="Tag name" class="search-keyword" v-shortkey="['enter']" @shortkey="search" autofocus></input>
<input v-model="tag" :placeholder="$t('hashtag.tag_name')" class="search-keyword" v-shortkey="['enter']" @shortkey="search" autofocus></input>
</div>
<div class="form-item" v-show="tagPage()">
<el-button type="text" @click="save">