Browse Source

[Web] Add .to to lang array

andryyy 5 years ago
parent
commit
f9b8d386bc
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

@@ -78,7 +78,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', 'sk', 'sv');
+$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ro', '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,