]> git.wh0rd.org - tt-rss.git/commitdiff
Enable translation of strings returned by API
authorRaphaël Rochet <raphael@srv3.rri.fr>
Wed, 29 Jul 2015 15:11:52 +0000 (17:11 +0200)
committerRaphaël Rochet <raphael@srv3.rri.fr>
Wed, 29 Jul 2015 15:26:47 +0000 (17:26 +0200)
api/index.php

index facdf82c54db587e9cd07f6cb826b6daec494555..a8484ef0e562c8ae3adc81209c6249cf9466099b 100644 (file)
@@ -53,6 +53,8 @@
                @session_start();
        }
 
+       startup_gettext();
+
        if (!init_plugins()) return;
 
        $method = strtolower($_REQUEST["op"]);