Add a full-pane version of youtube extension, complete with fixing the extra duplicate thumbnail bug in freshrss
Some checks are pending
Automated tests / tests (push) Waiting to run

This commit is contained in:
George Dorn 2025-07-11 15:57:04 -07:00
parent 361a428139
commit 2cc2e8aab2
10 changed files with 1109 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
return array(
'yt_videos' => array(
'height' => 'Oynatıcı yükseklik',
'width' => 'Oynatıcı genişlik',
'updates' => 'En son uzantı sürümünü şu adreste bulabilirsiniz:',
'show_content' => 'Yayın içeriğini görüntüle',
'use_nocookie' => 'Çerezsiz olan "www.youtube-nocookie.com" alan adını kullanın',
),
);