Skip to content
Snippets Groups Projects
Commit 42122199 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Make mentions-timeline use i18n.

parent 3cad7335
No related branches found
No related tags found
1 merge request!141Make mentions-timeline use i18n.
Pipeline #
<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