feat(localization): add file size labels and enhance search placeholders in UI components

This commit is contained in:
Will Miao
2025-08-31 20:26:13 +08:00
parent 7f9a3bf272
commit a83f020fcc
4 changed files with 27 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ export class FilterManager {
message = `Filtering by ${tagsCount} tag${tagsCount > 1 ? 's' : ''}`;
}
showToast('filters.applied', { message }, 'success');
showToast('toast.filters.applied', { message }, 'success');
}
} else {
this.filterButton.classList.remove('active');