Documuntation for default language added

This commit is contained in:
Stijn Goethals 2016-01-19 19:36:23 +01:00
parent dac05a2ec8
commit cee662c472

View file

@ -28,6 +28,10 @@ class Config {
const BASE_URL = 'http://url-to-easyappointments-directory';
const DEBUG_MODE = FALSE;
// options: 'english','german','greek','hungarian','portuguese',
// 'chinese','dutch','french','japanese','polish','spanish','italian',
// 'danish','luxembourgish','slovak','finnish','russian','romanian',
// 'turkish','hindi'
const DEFAULT_LANGUAGE = english;
// ------------------------------------------------------------------------