From f9b8d386bc10827caa1340f3884102731b3b4d55 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 6 Jun 2020 11:35:52 +0200 Subject: [PATCH] [Web] Add .to to lang array --- data/web/inc/vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index b45c340a..730f93f9 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -78,7 +78,7 @@ $DETECT_LANGUAGE = true; $DEFAULT_LANG = 'en'; // 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) // Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,