♻️ refactor(logs): Add localization files and update existing translations for multiple languages

This commit is contained in:
web
2025-08-26 12:10:17 -07:00
parent 551135de77
commit 2f20ac95da
56 changed files with 1363 additions and 62 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default function MobileLogPage() {
{ accessorKey: 'status', header: t('column.status') },
{
accessorKey: 'created_at',
header: t('column.createdAt'),
header: t('column.time'),
cell: ({ row }) => formatDate(row.original.created_at),
},
]}