add: Turkish language support added for 6 extensions (#235)
* add: Turkish language support added for 6 extensions * Revert unrelated changes * Minimize unrelated markdown changes --------- Co-authored-by: Alexandre Alapetite <alexandre.alapetite@alexandra.dk> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
parent
b5a2648351
commit
c3dce5b2a5
18 changed files with 85 additions and 6 deletions
|
|
@ -4,6 +4,10 @@ This FreshRSS extension allows you to get rid of insecure content warnings or di
|
|||
|
||||
To use it, upload this entire directory to the FreshRSS `./extensions` directory on your server and enable it on the extension panel in FreshRSS.
|
||||
|
||||
## Changelog
|
||||
|
||||
* 0.7.3 Turkish language support added
|
||||
|
||||
## Configuration settings
|
||||
|
||||
* `proxy_url` (default: `https://images.example.com/?url=`): the URL that is prependended to the original image URL
|
||||
|
|
|
|||
12
xExtension-ImageProxy/i18n/tr/ext.php
Normal file
12
xExtension-ImageProxy/i18n/tr/ext.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'imageproxy' => array(
|
||||
'proxy_url' => 'Vekil Bağlantısı',
|
||||
'scheme_http' => 'HTTP Vekil Sunucusu',
|
||||
'scheme_https' => 'HTTPS Vekil Sunucusu',
|
||||
'scheme_default' => 'Belirtilmemiş Vekil Sunucusu',
|
||||
'scheme_include' => 'Bağlantıya http*:// ekle',
|
||||
'url_encode' => 'Bağlantıyı kodla',
|
||||
),
|
||||
);
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Image Proxy",
|
||||
"author": "Frans de Jonge",
|
||||
"description": "No insecure content warnings or disappearing images.",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"entrypoint": "ImageProxy",
|
||||
"type": "user"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue