Translated trash on main menu

Translated trash on main menu
This commit is contained in:
gutfuckllc 2018-07-31 11:36:15 -04:00
parent 2c348b51f1
commit aed7d06af5
3 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,7 @@ common:
weeks_ago: "{}week(s) ago"
months_ago: "{}month(s) ago"
years_ago: "{}year(s) ago"
trash: "Garbage bin"
weekday-short:
sunday: "S"
monday: "M"

View file

@ -19,6 +19,8 @@ common:
months_ago: "{}ヶ月前"
years_ago: "{}年前"
trash: "ゴミ箱"
weekday-short:
sunday: "日"
monday: "月"

View file

@ -34,7 +34,7 @@
</div>
<div class="trash">
<x-draggable v-model="trash" :options="{ group: 'x' }" @add="onTrash"></x-draggable>
<p>ゴミ箱</p>
<p>%i18n:common.trash%</p>
</div>
</div>
</div>