Remove outdated translation keys

Implementation changed and they're no longer needed
This commit is contained in:
schroda
2024-12-09 22:41:48 +01:00
parent f98b34de15
commit dac19386ed
5 changed files with 12 additions and 24 deletions

View File

@@ -822,19 +822,10 @@
"settings": {
"background_color": "Background color",
"custom_filter": {
"brightness": {
"title": "Custom brightness",
"value": "$t(reader.settings.custom_filter.brightness.title)"
},
"contrast": {
"title": "Custom contrast",
"value": "$t(reader.settings.custom_filter.contrast.title)"
},
"brightness": "Custom brightness",
"contrast": "Custom contrast",
"grayscale": "Grayscale",
"hue": {
"title": "Custom hue",
"value": "$t(reader.settings.custom_filter.hue.title)"
},
"hue": "Custom hue",
"invert": "Invert",
"rgba": {
"alpha": "Alpha",
@@ -843,10 +834,7 @@
"red": "Red",
"title": "Custom color filters"
},
"saturate": {
"title": "Custom saturate",
"value": "$t(reader.settings.custom_filter.saturate.title)"
},
"saturate": "Custom saturate",
"sepia": "Sepia",
"title": "Custom filter"
},