Add kind filter to ShowsPanel and update localization strings
Introduced a new client-side filter for show types in the ShowsPanel, allowing users to filter shows by their kind. Updated the sorting logic to accommodate this new filter. Additionally, added corresponding localization strings for both English and Russian to support the new filter options. These changes enhance the user experience by providing more granular control over show listings.
This commit is contained in:
@@ -408,6 +408,7 @@ export const ru = {
|
||||
loadedSeasons: 'Загружены сезоны',
|
||||
genre: 'Жанр',
|
||||
allGenres: 'Все жанры',
|
||||
allKinds: 'Все типы',
|
||||
otherGenres: 'Остальные жанры',
|
||||
bulk: {
|
||||
selected: 'Отмечено: {{count}}',
|
||||
|
||||
Reference in New Issue
Block a user