mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 21:43:36 -07:00
translate hardcoded strings
This commit is contained in:
parent
b1903aa205
commit
3e4a6ac93b
23 changed files with 103 additions and 68 deletions
|
@ -2,7 +2,7 @@
|
|||
<div ref="el" :class="isOverDropZone ? 'over' : ''">
|
||||
<div v-if="isOverDropZone" class="overlay"></div>
|
||||
<div v-if="isOverDropZone" class="absolute text-container">
|
||||
<p class="text-center drop-text">Drop Image</p>
|
||||
<p class="text-center drop-text"> {{ $t("recipe.drop-image") }} </p>
|
||||
</div>
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue