Explorar el Código

Enable translation of strings returned by API

Raphaël Rochet hace 8 años
padre
commit
cd839c9812
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      api/index.php

+ 2 - 0
api/index.php

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