start translating the form

This commit is contained in:
Alex Turchyn
2023-08-30 02:00:55 +03:00
parent 61b79d5b24
commit ceb052b158
4 changed files with 158 additions and 21 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
{{ message }}
</div>
<div class="text-xs">
<span class="font-medium">Click to upload</span> or drag and drop files
<span class="font-medium">{{ t('click_to_upload') }}</span> {{ t('or_drag_and_drop_files') }}
</div>
</div>
</div>
@@ -55,7 +55,7 @@ export default {
IconCloudUpload,
IconInnerShadowTop
},
inject: ['baseUrl'],
inject: ['baseUrl', 't'],
props: {
message: {
type: String,