mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:21:29 +00:00
Added Ukrainian to the list of languches (using in FTS)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
class Pref_Feeds extends Handler_Protected {
|
class Pref_Feeds extends Handler_Protected {
|
||||||
public static $feed_languages = array("English", "Danish", "Dutch", "Finnish", "French", "German", "Hungarian", "Italian", "Norwegian",
|
public static $feed_languages = array("English", "Danish", "Dutch", "Finnish", "French", "German", "Hungarian", "Italian", "Norwegian",
|
||||||
"Portuguese", "Russian", "Spanish", "Swedish", "Turkish", "Simple");
|
"Portuguese", "Russian", "Spanish", "Swedish", "Turkish", "Ukrainian", "Simple");
|
||||||
|
|
||||||
function csrf_ignore($method) {
|
function csrf_ignore($method) {
|
||||||
$csrf_ignored = array("index", "getfeedtree", "add", "editcats", "editfeed",
|
$csrf_ignored = array("index", "getfeedtree", "add", "editcats", "editfeed",
|
||||||
|
|||||||
Reference in New Issue
Block a user