1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Fixed: Improve translation loading

This commit is contained in:
Mark McDowall
2023-07-18 20:20:27 -07:00
parent bb8fed94eb
commit 73c5ec1da4
17 changed files with 326 additions and 102 deletions
+6 -2
View File
@@ -114,10 +114,14 @@ export const defaultState = {
},
{
name: 'customFormatScore',
columnLabel: translate('CustomFormatScore'),
get columnLabel() {
return translate('CustomFormatScore');
},
label: React.createElement(Icon, {
name: icons.SCORE,
title: translate('CustomFormatScore')
get title() {
return translate('CustomFormatScore');
}
}),
isVisible: false
},