Start working on translation system, czech translation added

This commit is contained in:
Vojtěch Sajdl
2017-12-31 02:26:04 +01:00
parent bef338fd99
commit 3202189967
8 changed files with 1082 additions and 4 deletions
+4
View File
@@ -7,6 +7,10 @@ define("WEB_URL", "##url##"); //Used for links
define("MAILER_NAME", "##mailer##"); //Mailer name
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address
define("INSTALL_OVERRIDE", false);
define("DEFAULT_LANGUAGE", "en_GB");
require("locale.php");
//Database connection
$mysqli = new mysqli("##server##","##user##","##password##","##database##");