Skip to content
Snippets Groups Projects
Commit 0c2f343a authored by lain's avatar lain
Browse files

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

Make mentions-timeline use i18n.

See merge request pleroma/pleroma-fe!141
parents 241fcd12 42122199
No related branches found
No related tags found
No related merge requests found
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment