mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 07:48:45 +01:00
refs #151 Translate at hashtag
This commit is contained in:
parent
bd4f8f4b5e
commit
034876d12e
@ -145,5 +145,8 @@
|
||||
"follows": "Follows",
|
||||
"followers": "Followers"
|
||||
}
|
||||
},
|
||||
"hashtag": {
|
||||
"tag_name": "Tag name"
|
||||
}
|
||||
}
|
||||
|
@ -145,5 +145,8 @@
|
||||
"follows": "フォロー",
|
||||
"followers": "フォロワー"
|
||||
}
|
||||
},
|
||||
"hashtag": {
|
||||
"tag_name": "タグ名"
|
||||
}
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user