Merge branch 'fix/i18n-mentions-timeline-title' into 'develop'

Make mentions-timeline use i18n.

See merge request pleroma/pleroma-fe!141
このコミットが含まれているのは:
lambda 2017-11-08 22:00:37 +00:00
コミット 0c2f343a66
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1,5 +1,5 @@
<template>
<Timeline :title="'Mentions'" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
<Timeline :title="$t('nav.mentions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>