feat: live TV favorite channel ordering

close #780
This commit is contained in:
edde746
2026-04-01 06:32:27 +02:00
parent fc7892daed
commit 45525a4f14
33 changed files with 454 additions and 20 deletions
+2
View File
@@ -814,6 +814,7 @@ class _TranslationsLiveTvRu implements TranslationsLiveTvEn {
@override String get whatsOn => 'Что идёт';
@override String get watchChannel => 'Смотреть канал';
@override String get favorites => 'Избранное';
@override String get reorderFavorites => 'Изменить порядок избранного';
}
// Path: collections
@@ -1839,6 +1840,7 @@ extension on TranslationsRu {
'liveTv.whatsOn' => 'Что идёт',
'liveTv.watchChannel' => 'Смотреть канал',
'liveTv.favorites' => 'Избранное',
'liveTv.reorderFavorites' => 'Изменить порядок избранного',
'collections.title' => 'Коллекции',
'collections.collection' => 'Коллекция',
'collections.empty' => 'Коллекция пуста',