Externalize strings

Also some cleanup. Work on issue #41.
This commit is contained in:
N-Pex 2021-05-20 12:33:59 +02:00
parent 3c60ad4f14
commit a78659b206
43 changed files with 402 additions and 288 deletions

View file

@ -11,14 +11,14 @@
roomName.substring(0, 1).toUpperCase()
}}</span>
</v-avatar>
<div class="h4">This group</div>
<div class="h4">{{$t('room_info_sheet.this_room')}}</div>
<div class="h2">{{ roomName }}</div>
<v-btn
height="20px"
color="black"
class="filled-button"
@click.stop="showDetails"
>View details</v-btn
>{{$t('room_info_sheet.view_details')}}</v-btn
>
</div>
<room-list :title="'Other groups'" v-on:close="close" />
@ -27,7 +27,7 @@
color="black"
class="outlined-button"
@click.stop="createRoom"
>Create group</v-btn
>{{$t('room_info_sheet.create_room')}}</v-btn
>
</div>
</BottomSheet>