mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 21:49:16 +00:00
add text_languagedetect to guess article language for better hyphenation
(bump schema)
This commit is contained in:
@@ -621,7 +621,7 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<div class=\"cdmContentInner\" lang=\"en\">";
|
||||
$reply['content'] .= "<div class=\"cdmContentInner\" lang=\"".$line['lang']."\">";
|
||||
|
||||
if ($line["orig_feed_id"]) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user