Add translation to movie collection filters

This commit is contained in:
Bogdan 2023-06-26 02:23:26 +03:00
parent cbae355402
commit fd0ff78791
2 changed files with 4 additions and 3 deletions

View file

@ -60,12 +60,12 @@ export const defaultState = {
filters: [
{
key: 'all',
label: 'All',
label: translate('All'),
filters: []
},
{
key: 'missing',
label: 'Missing',
label: translate('Missing'),
filters: [
{
key: 'missingMovies',
@ -76,7 +76,7 @@ export const defaultState = {
},
{
key: 'complete',
label: 'Complete',
label: translate('Complete'),
filters: [
{
key: 'missingMovies',

View file

@ -142,6 +142,7 @@
"ColonReplacement": "Colon Replacement",
"ColonReplacementFormatHelpText": "Change how Radarr handles colon replacement",
"Columns": "Columns",
"Complete": "Complete",
"CompletedDownloadHandling": "Completed Download Handling",
"Component": "Component",
"Conditions": "Conditions",