add: Turkish language support added for 6 extensions
This commit is contained in:
parent
34525b1b7c
commit
33031f3710
19 changed files with 102 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
11
xExtension-YouTube/i18n/tr/ext.php
Normal file
11
xExtension-YouTube/i18n/tr/ext.php
Normal 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',
|
||||
),
|
||||
);
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue