1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-10 04:18:10 +02:00

[Web] Sort langs

This commit is contained in:
andryyy 2020-03-05 07:23:31 +01:00
parent c7d278384a
commit 41db65979d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -77,7 +77,7 @@ $DETECT_LANGUAGE = true;
$DEFAULT_LANG = 'en'; $DEFAULT_LANG = 'en';
// Available languages // Available languages
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ru', 'sv', 'sk'); $AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ru', 'sk', 'sv');
// 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,