New: Add translations for columns

This commit is contained in:
Bogdan
2023-08-03 17:17:10 +03:00
parent 419ef4b3bf
commit 7e4980b855
22 changed files with 199 additions and 140 deletions
@@ -20,12 +20,12 @@ import styles from './FileBrowserModalContent.css';
const columns = [
{
name: 'type',
label: translate('Type'),
label: () => translate('Type'),
isVisible: true
},
{
name: 'name',
label: translate('Name'),
label: () => translate('Name'),
isVisible: true
}
];