Added localization support

This commit is contained in:
Bernd Bestel
2018-04-16 19:11:32 +02:00
parent 4949913ccb
commit 4656a85732
64 changed files with 1112 additions and 878 deletions

View File

@@ -1,4 +1,7 @@
<?php
define('MODE', 'production'); # Either "production" or "dev"
define('CULTURE', 'en');
define('HTTP_USER', 'admin');
define('HTTP_PASSWORD', 'admin');