mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 14:41:30 +00:00
Merge branch 'api_translation' into 'master'
Enable translation of strings returned by API Adding "startup_gettext" call makes API specials categories and feeds to be sent translated Works like a charm with official ttrss android app See merge request !2
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
@session_start();
|
@session_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
startup_gettext();
|
||||||
|
|
||||||
if (!init_plugins()) return;
|
if (!init_plugins()) return;
|
||||||
|
|
||||||
$method = strtolower($_REQUEST["op"]);
|
$method = strtolower($_REQUEST["op"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user