add: Turkish language support added for 6 extensions

This commit is contained in:
Ramazan Sancar 2024-05-04 23:03:29 +00:00
parent 34525b1b7c
commit 33031f3710
19 changed files with 102 additions and 23 deletions

View file

@ -23,6 +23,9 @@ With activated Youtube extension:
## Changelog
0.12:
- Turkish language support added
0.11:
- Modernized codebase for latest FreshRSS release 1.23.1
- Moved from [custom repo](https://github.com/kevinpapst/freshrss-youtube) to FreshRSS official extension repo

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',
),
);

View file

@ -2,7 +2,7 @@
"name": "YouTube Video Feed",
"author": "Kevin Papst",
"description": "Embed YouTube feeds inside article content.",
"version": "0.11",
"version": "0.12",
"entrypoint": "YouTube",
"type": "user"
}