mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-15 17:22:44 +02:00
send_a_message translate
This commit is contained in:
parent
96ea219340
commit
180bfc250f
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<div v-if="!muted" class="chat-send">
|
||||
<div class="accent" />
|
||||
<div class="text-container">
|
||||
<textarea ref="input" placeholder="Send a message" @keydown="onKeyDown" v-model="content" />
|
||||
<textarea ref="input" :placeholder="$t('send_a_message')" @keydown="onKeyDown" v-model="content" />
|
||||
<neko-emoji v-if="emoji" @picked="onEmojiPicked" @done="emoji = false" />
|
||||
<i class="emoji-menu fas fa-laugh" @click.stop.prevent="onEmoji"></i>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue