fix: translate format dropdown results

This commit is contained in:
Maya 2025-11-24 09:17:35 +03:00
parent 39a6801376
commit 3e8f86ec35
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -77,7 +77,9 @@
"video": "Video",
"doc": "Document",
"image": "Image",
"placeholder": "Search format"
"placeholder": "Search format",
"no_formats": "No formats available",
"no_results": "No formats match your search"
},
"tooltips": {
"unknown_file": "Unknown file type",

View File

@ -483,8 +483,8 @@
{:else}
<div class="col-span-3 text-center p-4 text-muted">
{searchQuery
? "No formats match your search"
: "No formats available"}
? m["convert.dropdown.no_results"]()
: m["convert.dropdown.no_formats"]()}
</div>
{/if}
</div>