Switch translations to JSON and fix some errors
Issue #41. Should also resolve issue #126.
This commit is contained in:
parent
473cabbc02
commit
c9f237d8c1
5 changed files with 190 additions and 190 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue