Skip to content
Snippets Groups Projects
Commit dbbb11a2 authored by Baptiste Gelez's avatar Baptiste Gelez
Browse files

Merge branch 'i18n-instance' into 'develop'

Translate instance activity

See merge request funkwhale/funkwhale!143
parents 21d235a6 1f349c82
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
<div class="main pusher" v-title="'Instance Timeline'">
<div class="ui vertical center aligned stripe segment">
<div v-if="isLoading" :class="['ui', {'active': isLoading}, 'inverted', 'dimmer']">
<div class="ui text loader">Loading timeline...</div>
<div class="ui text loader">{{ $t('Loading timeline...') }}</div>
</div>
<div v-else class="ui text container">
<h1 class="ui header">Recent activity on this instance</h1>
<h1 class="ui header">{{ $t('Recent activity on this instance') }}</h1>
<div class="ui feed">
<component
class="event"
......
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