Selaa lähdekoodia

Enable translation of strings returned by API

Raphaël Rochet 8 vuotta sitten
vanhempi
commit
cd839c9812
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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"]);