mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
add translation json and fix some missed hooks
This commit is contained in:
@@ -71,7 +71,7 @@ const FolderGridLayout = ({
|
||||
return (
|
||||
<div className="rounded bg-white dark:bg-gray-900 dark:text-gray-100">
|
||||
<div className="flex items-center border-b border-gray-900/10 px-3 text-xs font-bold uppercase tracking-widest text-gray-600 dark:border-gray-500/30 dark:text-gray-400">
|
||||
<div className="flex-1">{folderChildren.length} items</div>
|
||||
<div className="flex-1">{t('{{count}} item(s)', { count: folderChildren.length })}</div>
|
||||
<div className="flex p-1.5 text-gray-700 dark:text-gray-400">
|
||||
<Checkbox
|
||||
checked={totalSelected}
|
||||
|
||||
Reference in New Issue
Block a user