Procházet zdrojové kódy

Enable translation of strings returned by API

Raphaël Rochet před 8 roky
rodič
revize
cd839c9812
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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"]);