Add localizations

This commit is contained in:
jack-mil 2023-07-12 15:55:25 -04:00
parent 80c2358069
commit c235df075f
2 changed files with 3 additions and 2 deletions

View File

@ -113,10 +113,10 @@ export const defaultState = {
},
{
name: 'customFormatScore',
columnLabel: 'Custom Format Score',
columnLabel: translate('CustomFormatScore'),
label: React.createElement(Icon, {
name: icons.SCORE,
title: 'Custom format score'
title: translate('CustomFormatScore')
}),
isVisible: false
},

View File

@ -25,6 +25,7 @@
"CountImportListsSelected": "{count} import list(s) selected",
"CountIndexersSelected": "{count} indexer(s) selected",
"CountSeasons": "{count} seasons",
"CustomFormatScore": "Custom Format Score",
"Delete": "Delete",
"DeleteCondition": "Delete Condition",
"DeleteConditionMessageText": "Are you sure you want to delete the condition '{0}'?",