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>