mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-05 21:19:16 +00:00
[Web] Added Polish translation! Big thanks to Jan!
This commit is contained in:
@@ -70,7 +70,7 @@ unset($https_port);
|
||||
$DEFAULT_LANG = 'en';
|
||||
|
||||
// Available languages
|
||||
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'nl', 'pt', 'ru', 'it');
|
||||
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'nl', 'pl', 'pt', 'ru', 'it');
|
||||
|
||||
// Change theme (default: lumen)
|
||||
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,
|
||||
|
||||
Reference in New Issue
Block a user