Add a bunch of missed localization strings, update english and finnish to match.

This commit is contained in:
shpuld 2017-11-08 12:34:15 +02:00
parent 5dca57cc05
commit 191bbe76a8
10 changed files with 71 additions and 25 deletions

View file

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