Enable translation of strings returned by API

master
Raphaël Rochet 9 years ago
parent 8691b32abf
commit cd839c9812

@ -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"]);

Loading…
Cancel
Save