Language selection

Better way to select language
This commit is contained in:
Dennis Neufeld
2017-05-16 18:11:58 +02:00
parent 4a9c9c220a
commit 8fb6a4c34d
2 changed files with 22 additions and 63 deletions

View File

@@ -27,9 +27,12 @@ $FORM_ACTION = "previous";
$MC_DKIM_TXTS = "/data/dkim/txt";
$MC_DKIM_KEYS = "/data/dkim/keys";
// Change default language, "en", "es" "pt", "de", "ru" or "nl"
// Change default language, "de", "en", "es", "nl", "pt", "ru"
$DEFAULT_LANG = "en";
// Available languages
$AVAILABLE_LANGUAGES = array("de", "en", "es", "nl", "pt", "ru");
// Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
// simplex, slate, spacelab, superhero, united, yeti