Switch translations to JSON and fix some errors

Issue #41. Should also resolve issue #126.
This commit is contained in:
N-Pex 2021-05-25 11:14:29 +02:00
parent 473cabbc02
commit c9f237d8c1
5 changed files with 190 additions and 190 deletions

View file

@ -308,7 +308,7 @@
>
<v-switch
v-if="currentImageInput && currentImageInput.scaled"
:label="$('message.scale_image')"
:label="$t('message.scale_image')"
v-model="currentImageInput.useScaled"
/>
</div>

View file

@ -40,7 +40,7 @@
</v-card>
<v-card class="account ma-3" flat>
<v-card-title class="h2">{{ $t("room_info.permissions") }})</v-card-title>
<v-card-title class="h2">{{ $t("room_info.permissions") }}</v-card-title>
<v-card-text>
<v-radio-group
v-model="roomJoinRule"
@ -71,7 +71,7 @@
block
class="filled-button"
@click.stop="showPurgeConfirmation = true"
>{{ $("room_info.purge") }}</v-btn
>{{ $t("room_info.purge") }}</v-btn
>
<!-- <div v-if="anyoneCanJoin">
<div>Anyone with a link can join.</div>