mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:25:55 +00:00
add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
require_once "config.php";
|
||||
require_once "db.php";
|
||||
|
||||
startup_gettext();
|
||||
|
||||
$action = $_REQUEST["action"];
|
||||
|
||||
if (!init_plugins()) return;
|
||||
|
||||
Reference in New Issue
Block a user