From: Raphaƫl Rochet Date: Wed, 29 Jul 2015 15:11:52 +0000 (+0200) Subject: Enable translation of strings returned by API X-Git-Tag: 16.3~198^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=cd839c98129a460bad6d3480d04fdd2d8e55c5bd Enable translation of strings returned by API --- diff --git a/api/index.php b/api/index.php index facdf82c..a8484ef0 100644 --- a/api/index.php +++ b/api/index.php @@ -53,6 +53,8 @@ @session_start(); } + startup_gettext(); + if (!init_plugins()) return; $method = strtolower($_REQUEST["op"]);