enable to change default language

This commit is contained in:
Stijn Goethals 2016-01-19 19:28:37 +01:00
parent 18be8b65f7
commit 85851eafd6

View file

@ -28,6 +28,8 @@ class Config {
const BASE_URL = 'http://url-to-easyappointments-directory'; const BASE_URL = 'http://url-to-easyappointments-directory';
const DEBUG_MODE = FALSE; const DEBUG_MODE = FALSE;
const DEFAULT_LANGUAGE = english;
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// Database Settings // Database Settings
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------