Browse Source

Added Italian Language

Phoenix Eve C. Aspacio 8 years ago
parent
commit
62750b716a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/vars.inc.php

+ 1 - 1
data/web/inc/vars.inc.php

@@ -31,7 +31,7 @@ $MC_DKIM_KEYS = '/data/dkim/keys';
 $DEFAULT_LANG = 'en';
 
 // Available languages
-$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'nl', 'pt', 'ru');
+$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'nl', 'pt', 'ru', 'it');
 
 // Change theme (default: lumen)
 // Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,