Enable French language.
parent
69b1b183e8
commit
8034c196b1
|
@ -72,7 +72,7 @@ unset($https_port);
|
||||||
$DEFAULT_LANG = 'en';
|
$DEFAULT_LANG = 'en';
|
||||||
|
|
||||||
// Available languages
|
// Available languages
|
||||||
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'nl', 'pl', 'pt', 'ru', 'it');
|
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'fr', 'nl', 'pl', 'pt', 'ru', 'it');
|
||||||
|
|
||||||
// Change theme (default: lumen)
|
// Change theme (default: lumen)
|
||||||
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
|
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
|
||||||
|
|
Loading…
Reference in New Issue