Enable translation of strings returned by API

This commit is contained in:
Raphaël Rochet 2015-07-29 17:11:52 +02:00
parent 8691b32abf
commit cd839c9812
1 changed files with 2 additions and 0 deletions

View File

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