[Web] Add Finnish translation \o/ - thanks to Mika!

This commit is contained in:
andryyy
2019-10-21 19:40:45 +02:00
parent de8cfbde03
commit 52cd9385f6
2 changed files with 944 additions and 2 deletions

View File

@@ -73,11 +73,11 @@ $autodiscover_config = array(
// Uses HTTP_ACCEPT_LANGUAGE header
$DETECT_LANGUAGE = true;
// Change default language, "cs", "de", "en", "es", "nl", "pt", "ru"
// Change default language
$DEFAULT_LANG = 'en';
// Available languages
$AVAILABLE_LANGUAGES = array('cs', 'de', 'en', 'es', 'fr', 'lv', 'nl', 'pl', 'pt', 'ru', 'it', 'ca');
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ru');
// Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,