1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed translations

This commit is contained in:
Bogdan
2023-07-24 09:35:15 +03:00
parent 53eb88d9a9
commit 1190bf791c
51 changed files with 838 additions and 316 deletions
+6 -2
View File
@@ -21,7 +21,9 @@ const columns = [
},
{
name: 'name',
label: translate('Name'),
get label() {
return translate('Name');
},
isVisible: true
},
{
@@ -31,7 +33,9 @@ const columns = [
},
{
name: 'time',
label: translate('Time'),
get label() {
return translate('Time');
},
isVisible: true
},
{